summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-25 10:53:16 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:52 +0100
commitfaf70750f06233b6a1a16be639b10fcd778acc20 (patch)
treed538c5337d1f468d211e0645f1f184c445a186a8 /examples
parent9855fc862e16f866eaa565c24362a7330cd31915 (diff)
downloadtracker-faf70750f06233b6a1a16be639b10fcd778acc20.tar.gz
build: Don't include specific directories, just src/
This required fixing the Vala generated files using --includedir and also some tests/utils. NOTE: At this point make distcheck passes with these changes
Diffstat (limited to 'examples')
-rw-r--r--examples/libtracker-extract/Makefile.am1
-rw-r--r--examples/libtracker-miner/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am
index 878d44ed7..5337eaafe 100644
--- a/examples/libtracker-extract/Makefile.am
+++ b/examples/libtracker-extract/Makefile.am
@@ -6,7 +6,6 @@ modulesdir = $(libdir)/tracker-$(TRACKER_API_VERSION)/extract-modules
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
- -I$(top_builddir)/src/libtracker-sparql \
$(WARN_CFLAGS) \
$(GLIB2_CFLAGS) \
$(GCOV_CFLAGS)
diff --git a/examples/libtracker-miner/Makefile.am b/examples/libtracker-miner/Makefile.am
index 541654c4a..d0de8d5bb 100644
--- a/examples/libtracker-miner/Makefile.am
+++ b/examples/libtracker-miner/Makefile.am
@@ -5,7 +5,6 @@ INCLUDES = \
-DSHAREDIR=\""$(datadir)"\" \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
- -I$(top_builddir)/src/libtracker-client \
$(GLIB2_CFLAGS) \
$(GIO_CFLAGS) \
$(DBUS_CFLAGS)