summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorMartyn James Russell <mr@src.gnome.org>2008-12-22 09:38:03 +0000
committerMartyn James Russell <mr@src.gnome.org>2008-12-22 09:38:03 +0000
commit240736060f558483560c1d9a2dc8cfe145ac3481 (patch)
tree4c06540a06fa8f6380687cdc78171b3ae34e733a /tests/common
parent0a12da23883339bf106f9fbbf9401186f32adc16 (diff)
downloadtracker-240736060f558483560c1d9a2dc8cfe145ac3481.tar.gz
Patch from Michael Biebl to NOT use symbolic links for test cases and to
* configure.ac: * src/libtracker-common/Makefile.am: * src/tracker-indexer/Makefile.am: * src/trackerd/Makefile.am: * tests/common/Makefile.am: * tests/tracker-indexer/Makefile.am: Patch from Michael Biebl to NOT use symbolic links for test cases and to clean up some of the unnecessary EXTRA_DIST lines in Makefiles. svn path=/trunk/; revision=2737
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)