[tracker/configure-for-binaries: 32/60] tests/common: Cleaned up CFLAGS/LIBS



commit 50c6e1e209a7417cbe9323fd671d619b6bb8e50d
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Oct 25 15:13:55 2010 +0100

    tests/common: Cleaned up CFLAGS/LIBS

 tests/common/Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am
index 5d2d38f..4f8a5a8 100644
--- a/tests/common/Makefile.am
+++ b/tests/common/Makefile.am
@@ -3,9 +3,8 @@ include $(top_srcdir)/Makefile.decl
 noinst_LTLIBRARIES = libtracker-testcommon.la
 
 INCLUDES = 									\
+	$(BUILD)								\
 	-DTEST_TEXT=\""$(top_srcdir)"/tests/libtracker-common/non-utf8.txt\"	\
-	$(WARN_CFLAGS)								\
-	$(GCOV_CFLAGS)								\
 	$(GLIB2_CFLAGS)
 
 libtracker_testcommon_la_SOURCES = 						\
@@ -13,6 +12,6 @@ libtracker_testcommon_la_SOURCES = 						\
 	tracker-test-helpers.h
 
 libtracker_testcommon_la_LIBDADD = 						\
-	$(GLIB2_LIBS)                                                           \
-	$(GCOV_LIBS)
+	$(BUILD_LIBS)                                                           \
+	$(GLIB_LIBS)
 



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