From 22b899e2b7a0a7d6fc7bdd1ffe7b94c97dffb018 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 13 May 2010 15:30:27 +0200 Subject: Several modifications in the build structure, including VPATH builds * Also fixed GB#616808: The user can now rebuild PNG files from the sources in the distribution tarball. And PNG files are only removed in make maintainerclean. * Same for the ontology XML files, they can now be rebuilt from the sources in the distribution tarball, and will only be removed in make maintainerclean. * Support for VPATH builds, where $(srcdir) != $(builddir) --- examples/libtracker-extract/Makefile.am | 2 ++ examples/libtracker-miner/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am index dbf9236ad..604a60f24 100644 --- a/examples/libtracker-extract/Makefile.am +++ b/examples/libtracker-extract/Makefile.am @@ -5,6 +5,8 @@ modulesdir = $(libdir)/tracker-$(TRACKER_API_VERSION)/extract-modules INCLUDES = \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + -I$(top_builddir)/src/libtracker-client \ $(WARN_CFLAGS) \ $(GLIB2_CFLAGS) \ $(GCOV_CFLAGS) diff --git a/examples/libtracker-miner/Makefile.am b/examples/libtracker-miner/Makefile.am index 72300ed1a..9bac04884 100644 --- a/examples/libtracker-miner/Makefile.am +++ b/examples/libtracker-miner/Makefile.am @@ -5,6 +5,8 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"Tracker\" \ -DTRACKER_COMPILATION \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + -I$(top_builddir)/src/libtracker-client \ $(WARN_CFLAGS) \ $(GLIB2_CFLAGS) \ $(GCOV_CFLAGS) \ -- cgit v1.2.1