[tracker/configure-for-binaries: 39/80] libtracker-extract: Fixed example LIBS
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/configure-for-binaries: 39/80] libtracker-extract: Fixed example LIBS
- Date: Wed, 27 Oct 2010 14:21:01 +0000 (UTC)
commit f000d1f0bd478b075285ace254452c21718e634b
Author: Martyn Russell <martyn lanedo com>
Date: Mon Oct 25 16:20:44 2010 +0100
libtracker-extract: Fixed example LIBS
examples/libtracker-extract/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am
index 68f1146..24e8a90 100644
--- a/examples/libtracker-extract/Makefile.am
+++ b/examples/libtracker-extract/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = \
$(BUILD_CFLAGS) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
- $(GLIB2_CFLAGS)
+ $(LIBTRACKER_EXTRACT_CFLAGS)
noinst_LTLIBRARIES = libextract-mockup.la
@@ -17,5 +17,5 @@ libextract_mockup_la_LIBADD = \
$(top_builddir)/src/libtracker-extract/libtracker-extract- TRACKER_API_VERSION@.la \
$(top_builddir)/src/libtracker-sparql/libtracker-sparql- TRACKER_API_VERSION@.la \
$(BUILD_LIBS) \
- $(GLIB2_LIBS)
+ $(LIBTRACKER_EXTRACT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]