diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2010-05-13 15:30:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2010-05-14 12:57:49 +0200 |
commit | 22b899e2b7a0a7d6fc7bdd1ffe7b94c97dffb018 (patch) | |
tree | ee1aeb9480f6b5c866544018e4e003ff7875e5dd /src/libtracker-extract | |
parent | a4c6c4b685a087851b9312e43de3c0997ff52448 (diff) | |
download | tracker-22b899e2b7a0a7d6fc7bdd1ffe7b94c97dffb018.tar.gz |
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)
Diffstat (limited to 'src/libtracker-extract')
-rw-r--r-- | src/libtracker-extract/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtracker-extract/Makefile.am b/src/libtracker-extract/Makefile.am index 8d02c201e..2f6caefe3 100644 --- a/src/libtracker-extract/Makefile.am +++ b/src/libtracker-extract/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"Tracker\" \ -DTRACKER_COMPILATION \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ $(WARN_CFLAGS) \ $(GLIB2_CFLAGS) \ $(GCOV_CFLAGS) \ |