[tracker/rss-enclosures] libtracker-client: Cleaned up CFLAGS/LIBS for tests



commit 7196e4779cf8da4696a51ae4abd4bbcc3a765c88
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Oct 25 17:33:33 2010 +0100

    libtracker-client: Cleaned up CFLAGS/LIBS for tests

 tests/libtracker-client/Makefile.am |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/tests/libtracker-client/Makefile.am b/tests/libtracker-client/Makefile.am
index f442891..0a9fec0 100644
--- a/tests/libtracker-client/Makefile.am
+++ b/tests/libtracker-client/Makefile.am
@@ -9,19 +9,11 @@ INCLUDES = 								\
 	$(BUILD_CFLAGS)							\
 	-I$(top_srcdir)/src						\
 	-I$(top_srcdir)/tests/common					\
-	$(GLIB2_CFLAGS)							\
-	$(GMODULE_CFLAGS)						\
-	$(GTHREAD_CFLAGS)						\
-	$(DBUS_CFLAGS)
+	$(LIBTRACKER_CLIENT_CFLAGS)
 
-tracker_test_SOURCES = 							\
-	tracker-test.c
-
-tracker_test_LDADD = 							\
+LDADD =	 								\
 	$(top_builddir)/src/libtracker-client/libtracker-client- TRACKER_API_VERSION@.la \
 	$(BUILD_LIBS)							\
-	$(DBUS_LIBS)							\
-	$(GMODULE_LIBS)							\
-	$(GTHREAD_LIBS)							\
-	$(GIO_LIBS)							\
-	$(GLIB2_LIBS)
+	$(LIBTRACKER_CLIENT_LIBS)
+
+tracker_test_SOURCES = tracker-test.c
\ No newline at end of file



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