summaryrefslogtreecommitdiff
path: root/tests/tracker-steroids
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-26 17:07:39 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:57 +0100
commit4bd1ca0dbfa11da662af6dc1e483cf6cfb411242 (patch)
tree7b9b7ba11d665af975a3d812b75268939ae44491 /tests/tracker-steroids
parent856191800984c3e914f2e295856117e982dbadc4 (diff)
downloadtracker-4bd1ca0dbfa11da662af6dc1e483cf6cfb411242.tar.gz
build: Replaced all trailing tabs before \ for spaces in Makefile.ams
Also standardise the width to 55 characters (unless line is longer)
Diffstat (limited to 'tests/tracker-steroids')
-rw-r--r--tests/tracker-steroids/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/tracker-steroids/Makefile.am b/tests/tracker-steroids/Makefile.am
index 718cc6c54..2311d1e56 100644
--- a/tests/tracker-steroids/Makefile.am
+++ b/tests/tracker-steroids/Makefile.am
@@ -2,22 +2,22 @@ include $(top_srcdir)/Makefile.decl
noinst_PROGRAMS = $(TEST_PROGS)
-TEST_PROGS += \
+TEST_PROGS += \
tracker-test
-AM_CPPFLAGS = \
- $(BUILD_CFLAGS) \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
- -I$(top_srcdir)/tests/common \
+AM_CPPFLAGS = \
+ $(BUILD_CFLAGS) \
+ -I$(top_srcdir)/src \
+ -I$(top_builddir)/src \
+ -I$(top_srcdir)/tests/common \
$(LIBTRACKER_SPARQL_CFLAGS)
-LDADD = \
+LDADD = \
$(top_builddir)/src/libtracker-sparql/libtracker-sparql-@TRACKER_API_VERSION@.la \
- $(top_builddir)/src/libtracker-common/libtracker-common.la \
- $(BUILD_LIBS) \
+ $(top_builddir)/src/libtracker-common/libtracker-common.la \
+ $(BUILD_LIBS) \
$(LIBTRACKER_SPARQL_LIBS)
-tracker_test_SOURCES = \
+tracker_test_SOURCES = \
tracker-test.c