[gnome-documents] build: add private lib cflags and ldadd to the miner
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] build: add private lib cflags and ldadd to the miner
- Date: Wed, 16 Nov 2011 02:47:07 +0000 (UTC)
commit 19c7bea21a7d3c7e2d08858c8ffb33d5b2206741
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Nov 11 16:27:53 2011 -0500
build: add private lib cflags and ldadd to the miner
configure.ac | 1 -
src/Makefile-miner.am | 2 ++
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d764347..582ea8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,6 @@ PKG_CHECK_MODULES(DOCUMENTS,
PKG_CHECK_MODULES(MINER,
tracker-sparql-0.12
- tracker-miner-0.12
glib-2.0 >= $GLIB_MIN_VERSION
gio-2.0 >= $GLIB_MIN_VERSION
goa-1.0 >= $GOA_MIN_VERSION
diff --git a/src/Makefile-miner.am b/src/Makefile-miner.am
index 877287a..b70efea 100644
--- a/src/Makefile-miner.am
+++ b/src/Makefile-miner.am
@@ -11,9 +11,11 @@ gd_tracker_gdata_miner_CFLAGS = \
-DGOA_API_IS_SUBJECT_TO_CHANGE \
-I$(top_srcdir)/src/lib \
$(MINER_CFLAGS) \
+ $(DOCUMENTS_CFLAGS) \
$(NULL)
gd_tracker_gdata_miner_LDADD = \
libgdprivate-1.0.la \
$(MINER_LIBS) \
+ $(DOCUMENTS_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]