[libgdata] build: Fix some whitespace in Makefile.am



commit 42fe3139568ded6cdeb4f69410a893448c2ba516
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Dec 12 23:45:11 2014 +0000

    build: Fix some whitespace in Makefile.am

 Makefile.am |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8a54690..dd98842 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -654,31 +654,31 @@ demos_scrapbook_scrapbook_LDADD = \
        $(NULL)
 
 demos_freebase_freebase_cli_SOURCES = \
-        demos/freebase/freebase-cli.c  \
-        $(NULL)
+       demos/freebase/freebase-cli.c  \
+       $(NULL)
 
 demos_freebase_freebase_cli_CPPFLAGS = \
-        -I$(top_srcdir)/ \
-        -I$(top_srcdir)/gdata \
-        -DG_LOG_DOMAIN=\"freebase\" \
-        -DLIBGDATA_DISABLE_DEPRECATED \
-        $(DISABLE_DEPRECATED) \
-        $(AM_CPPFLAGS) \
-        $(NULL)
+       -I$(top_srcdir)/ \
+       -I$(top_srcdir)/gdata \
+       -DG_LOG_DOMAIN=\"freebase\" \
+       -DLIBGDATA_DISABLE_DEPRECATED \
+       $(DISABLE_DEPRECATED) \
+       $(AM_CPPFLAGS) \
+       $(NULL)
 
 demos_freebase_freebase_cli_CFLAGS = \
-        $(WARN_CFLAGS) \
-        $(GDATA_CFLAGS) \
-        $(GNOME_CFLAGS) \
-        $(AM_CFLAGS) \
-        $(NULL)
+       $(WARN_CFLAGS) \
+       $(GDATA_CFLAGS) \
+       $(GNOME_CFLAGS) \
+       $(AM_CFLAGS) \
+       $(NULL)
 
 demos_freebase_freebase_cli_LDADD = \
-        $(top_builddir)/gdata/libgdata.la \
-        $(GDATA_LIBS) \
-        $(GNOME_LIBS) \
-        $(AM_LDADD) \
-        $(NULL)
+       $(top_builddir)/gdata/libgdata.la \
+       $(GDATA_LIBS) \
+       $(GNOME_LIBS) \
+       $(AM_LDADD) \
+       $(NULL)
 
 # Cleaning
 EXTRA_DIST += \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]