summaryrefslogtreecommitdiff
path: root/docs/tools
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 /docs/tools
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 'docs/tools')
-rw-r--r--docs/tools/Makefile.am4
-rw-r--r--docs/tools/ontology-graph.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index c450fed51..69b1b4261 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -6,11 +6,7 @@ INCLUDES = \
$(BUILD_CFLAGS) \
-DTOP_SRCDIR=\"$(top_srcdir)\" \
-I$(top_srcdir)/src \
- -I$(top_srcdir)/src/libtracker-sparql \
- -I$(top_srcdir)/src/libtracker-data \
-I$(top_builddir)/src \
- -I$(top_builddir)/src/libtracker-sparql \
- -I$(top_builddir)/src/libtracker-data \
$(GLIB2_CFLAGS) \
$(GIO_CFLAGS) \
$(DBUS_CFLAGS)
diff --git a/docs/tools/ontology-graph.c b/docs/tools/ontology-graph.c
index 99ae73a9d..0d93b309e 100644
--- a/docs/tools/ontology-graph.c
+++ b/docs/tools/ontology-graph.c
@@ -18,8 +18,9 @@
*/
#include <glib-object.h>
-#include <gio/gio.h>
#include <glib/gprintf.h>
+#include <gio/gio.h>
+
#include <libtracker-data/tracker-data.h>
#define RDF_PREFIX TRACKER_RDF_PREFIX