summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-25 16:20:44 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:54 +0100
commitf000d1f0bd478b075285ace254452c21718e634b (patch)
treef95065b0718ef326cea3a0cce254e7262f805713 /examples
parentb9f51f4c6f09c534287deb191d36141c8b7a78c0 (diff)
downloadtracker-f000d1f0bd478b075285ace254452c21718e634b.tar.gz
libtracker-extract: Fixed example LIBS
Diffstat (limited to 'examples')
-rw-r--r--examples/libtracker-extract/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am
index 68f114643..24e8a90af 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)