[tracker/configure-for-binaries: 32/80] 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: 32/80] tests/common: Cleaned up CFLAGS/LIBS
- Date: Wed, 27 Oct 2010 14:20:26 +0000 (UTC)
commit aa8dad9400ac554f06424377bdfaac1406646ffa
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]