[tracker/libtracker-bus: 31/44] distcheck fixes: vala generated sources are in srcdir in dist
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-bus: 31/44] distcheck fixes: vala generated sources are in srcdir in dist
- Date: Fri, 13 Aug 2010 15:49:17 +0000 (UTC)
commit 93e10fd4349d79d136d71770d1e9696fe92dcaca
Author: Aleksander Morgado <aleksander lanedo com>
Date: Thu Jul 22 13:28:17 2010 +0200
distcheck fixes: vala generated sources are in srcdir in dist
src/libtracker-bus/Makefile.am | 1 +
tests/functional-tests/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-bus/Makefile.am b/src/libtracker-bus/Makefile.am
index 8c06174..ff85c09 100644
--- a/src/libtracker-bus/Makefile.am
+++ b/src/libtracker-bus/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/libtracker-sparql \
-I$(top_builddir)/src \
+ -I$(top_builddir)/src/libtracker-sparql \
$(WARN_CFLAGS) \
$(DBUS_CFLAGS) \
$(GLIB2_CFLAGS) \
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index a66d218..9fd6280 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = data
INCLUDES = \
+ -I$(top_srcdir)/src/libtracker-sparql \
+ -I$(top_srcdir)/src/libtracker-bus \
-I$(top_builddir)/src/libtracker-sparql \
-I$(top_builddir)/src/libtracker-bus \
$(WARN_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]