summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2012-01-16 13:56:46 +0100
committerRob Staudinger <robsta@linux.intel.com>2012-02-03 12:45:42 +0100
commitf163ef2f2e6f230acd1005780f7b6d780f2fc6da (patch)
treeb9a21f4de3a8779e62c36c2b50b442025e6a1a57
parente8d8f034072562c3edc1cd996ab502238b6dc166 (diff)
build: add builddir to includes to allow for out-of-tree builds
In an out of tree build the generated headers would end up below $(top_builddir). Add this directory to the include path, so the required headers are found. Fixes: #44828
-rw-r--r--telepathy-ytstenut-glib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-ytstenut-glib/Makefile.am b/telepathy-ytstenut-glib/Makefile.am
index 28a7243..f208657 100644
--- a/telepathy-ytstenut-glib/Makefile.am
+++ b/telepathy-ytstenut-glib/Makefile.am
@@ -84,7 +84,8 @@ AM_CFLAGS = \
@DBUS_CFLAGS@ \
@GLIB_CFLAGS@ \
@TP_GLIB_CFLAGS@ \
- -I$(top_srcdir)
+ -I$(top_srcdir) \
+ -I$(top_builddir)/telepathy-ytstenut-glib/extensions
AM_LDFLAGS = \
@DBUS_LIBS@ \