[tracker/configure-for-binaries: 53/77] 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/77] libtracker-client: Cleaned up CFLAGS/LIBS for tests
- Date: Tue, 26 Oct 2010 16:37:46 +0000 (UTC)
commit 85edd9df56b182bd2144e2c32c03b973312349d6
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]