[tracker/configure-for-binaries: 59/77] tests/common: Cleaned up CFLAGS/LIBS
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/configure-for-binaries: 59/77] tests/common: Cleaned up CFLAGS/LIBS
- Date: Tue, 26 Oct 2010 16:38:16 +0000 (UTC)
commit 99d8090885556191782a850eecd50458693d91d7
Author: Martyn Russell <martyn lanedo com>
Date: Mon Oct 25 19:06:32 2010 +0100
tests/common: Cleaned up CFLAGS/LIBS
tests/common/Makefile.am | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am
index 4f8a5a8..ba23fc9 100644
--- a/tests/common/Makefile.am
+++ b/tests/common/Makefile.am
@@ -2,16 +2,16 @@ include $(top_srcdir)/Makefile.decl
noinst_LTLIBRARIES = libtracker-testcommon.la
-INCLUDES = \
- $(BUILD) \
+INCLUDES = \
+ $(BUILD) \
-DTEST_TEXT=\""$(top_srcdir)"/tests/libtracker-common/non-utf8.txt\" \
- $(GLIB2_CFLAGS)
+ $(LIBTRACKER_COMMON_CFLAGS)
-libtracker_testcommon_la_SOURCES = \
- tracker-test-helpers.c \
- tracker-test-helpers.h
+LDADD = \
+ $(BUILD_LIBS) \
+ $(LIBTRACKER_COMMON_LIBS)
-libtracker_testcommon_la_LIBDADD = \
- $(BUILD_LIBS) \
- $(GLIB_LIBS)
+libtracker_testcommon_la_SOURCES = \
+ tracker-test-helpers.c \
+ tracker-test-helpers.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]