summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am
index 55923f7bd..3e44b21f9 100644
--- a/tests/common/Makefile.am
+++ b/tests/common/Makefile.am
@@ -2,15 +2,14 @@ include $(top_srcdir)/Makefile.decl
noinst_LTLIBRARIES = libtracker-testcommon.la
-INCLUDES = \
+INCLUDES = \
-DTEST_TEXT=\""$(top_srcdir)"/tests/libtracker-common/non-utf8.txt\" \
- -I. \
$(GLIB2_CFLAGS)
-libtracker_testcommon_la_SOURCES = \
- tracker-test-helpers.c \
+libtracker_testcommon_la_SOURCES = \
+ tracker-test-helpers.c \
tracker-test-helpers.h
-libtracker_testcommon_la_LIBDADD = \
+libtracker_testcommon_la_LIBDADD = \
$(GLIB2_LIBS)