From 0160a96e5630d84b92e3e87fc072d3558b03baab Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 11 Sep 2015 17:33:49 +0200 Subject: Whitspace cleanup --- polkitgtkmate/Makefile.am | 55 ++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'polkitgtkmate') diff --git a/polkitgtkmate/Makefile.am b/polkitgtkmate/Makefile.am index ff816c3..1a11b6e 100644 --- a/polkitgtkmate/Makefile.am +++ b/polkitgtkmate/Makefile.am @@ -5,38 +5,39 @@ lib_LTLIBRARIES=libpolkit-gtk-mate-1.la libpolkit_gtk_mate_1includedir=$(includedir)/polkit-gtk-mate-1/polkitgtkmate -libpolkit_gtk_mate_1include_HEADERS = \ - polkitgtkmate.h \ - polkitgtkmatetypes.h \ - polkitlockbutton.h \ +libpolkit_gtk_mate_1include_HEADERS = \ + polkitgtkmate.h \ + polkitgtkmatetypes.h \ + polkitlockbutton.h \ $(NULL) -libpolkit_gtk_mate_1_la_SOURCES = \ - polkitgtkmate.h \ - polkitgtkmatetypes.h \ - polkitlockbutton.h polkitlockbutton.c \ +libpolkit_gtk_mate_1_la_SOURCES = \ + polkitgtkmate.h \ + polkitgtkmatetypes.h \ + polkitlockbutton.h \ + polkitlockbutton.c \ $(NULL) -libpolkit_gtk_mate_1_la_CPPFLAGS = \ +libpolkit_gtk_mate_1_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/polkitgtkmate \ -I$(top_builddir)/polkitgtkmate \ - -DG_LOG_DOMAIN=\"polkitgtkmate\" \ + -DG_LOG_DOMAIN=\"polkitgtkmate\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(DISABLE_DEPRECATED) \ $(AM_CPPFLAGS) \ -DPOLKIT_GTK_MATE_COMPILATION \ $(NULL) -libpolkit_gtk_mate_1_la_CFLAGS = \ +libpolkit_gtk_mate_1_la_CFLAGS = \ $(POLKIT_GOBJECT_CFLAGS) \ $(GTK_CFLAGS) \ $(WARN_CFLAGS) \ $(AM_CFLAGS) \ $(NULL) -libpolkit_gtk_mate_1_la_LIBADD = \ +libpolkit_gtk_mate_1_la_LIBADD = \ $(POLKIT_GOBJECT_LIBS) \ $(GTK_LIBS) \ $(INTLLIBS) \ @@ -76,22 +77,22 @@ typelibsdir = $(GIRTYPELIBDIR) typelibs_DATA = PolkitGtkMate-1.0.typelib PolkitGtkMate-1.0.gir: libpolkit-gtk-mate-1.la $(G_IR_SCANNER) Makefile.am - $(G_IR_SCANNER) -v \ - --namespace PolkitGtkMate \ - --strip-prefix=Polkit \ - --nsversion=1.0 \ + $(G_IR_SCANNER) -v \ + --namespace PolkitGtkMate \ + --strip-prefix=Polkit \ + --nsversion=1.0 \ --include=Gtk-${GTK_API_VERSION} \ - --include=Polkit-1.0 \ - --library=polkit-gtk-mate-1 \ - --output $@ \ - --pkg=polkit-gobject-1 \ - --pkg=gtk+-${GTK_API_VERSION} \ - --libtool=$(top_builddir)/libtool \ - -I$(top_srcdir) \ - -DPOLKIT_GTK_MATE_COMPILATION \ - $(srcdir)/polkitgtkmate.h \ - $(srcdir)/polkitgtkmatetypes.h \ - $(srcdir)/polkitlockbutton.h \ + --include=Polkit-1.0 \ + --library=polkit-gtk-mate-1 \ + --output $@ \ + --pkg=polkit-gobject-1 \ + --pkg=gtk+-${GTK_API_VERSION} \ + --libtool=$(top_builddir)/libtool \ + -I$(top_srcdir) \ + -DPOLKIT_GTK_MATE_COMPILATION \ + $(srcdir)/polkitgtkmate.h \ + $(srcdir)/polkitgtkmatetypes.h \ + $(srcdir)/polkitlockbutton.h \ $(NULL) PolkitGtkMate-1.0.typelib: PolkitGtkMate-1.0.gir $(G_IR_COMPILER) -- cgit v1.2.1