summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-11 17:33:49 +0200
committerinfirit <[email protected]>2015-09-11 18:24:11 +0200
commit0160a96e5630d84b92e3e87fc072d3558b03baab (patch)
treea68b0c1117ac109f5b01d3b06b746e5363742bb2
parent212a63011a823b375cdfd266babab6736f96bcec (diff)
downloadmate-polkit-0160a96e5630d84b92e3e87fc072d3558b03baab.tar.bz2
mate-polkit-0160a96e5630d84b92e3e87fc072d3558b03baab.tar.xz
Whitspace cleanup
-rw-r--r--polkitgtkmate/Makefile.am55
1 files changed, 28 insertions, 27 deletions
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)