[tracker/configure-for-binaries: 53/60] libtracker-client: Cleaned up	CFLAGS/LIBS for tests
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tracker/configure-for-binaries: 53/60] libtracker-client: Cleaned up	CFLAGS/LIBS for tests
- Date: Mon, 25 Oct 2010 18:37:51 +0000 (UTC)
commit ccead4ccd6e81bdd0a38ee08bd0301d0a6bd03b1
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]