[tracker] tracker-miner-rss: Link with libtracker-common
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-miner-rss: Link with libtracker-common
- Date: Wed, 7 Apr 2010 15:31:20 +0000 (UTC)
commit 3ba34ded79451abe6719be276fc0495cd65e4b45
Author: Martyn Russell <martyn lanedo com>
Date: Wed Apr 7 14:56:17 2010 +0100
tracker-miner-rss: Link with libtracker-common
src/miners/rss/Makefile.am | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/miners/rss/Makefile.am b/src/miners/rss/Makefile.am
index ad8cc8a..a6e4214 100644
--- a/src/miners/rss/Makefile.am
+++ b/src/miners/rss/Makefile.am
@@ -9,10 +9,11 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"Tracker\" \
-DTRACKER_COMPILATION \
-I$(top_srcdir)/src \
+ $(WARN_CFLAGS) \
$(GMODULE_CFLAGS) \
$(DBUS_CFLAGS) \
- $(WARN_CFLAGS) \
- $(LIBGRSS_CFLAGS)
+ $(LIBGRSS_CFLAGS) \
+ $(GCOV_CFLAGS)
libexec_PROGRAMS = tracker-miner-rss
@@ -23,8 +24,7 @@ tracker_miner_rss_SOURCES = \
tracker_miner_rss_LDADD = \
$(top_builddir)/src/libtracker-miner/libtracker-miner- TRACKER_API_VERSION@.la \
- $(GLIB2_LIBS) \
- $(DBUS_LIBS) \
- $(LIBGRSS_LIBS)
-
-CLEANFILES = $(BUILT_SOURCES)
+ $(top_builddir)/src/libtracker-common/libtracker-common.la \
+ $(LIBGRSS_LIBS) \
+ $(DBUS_LIBS) \
+ $(GLIB2_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]