From 559893fc8533460c203a23321480f1771c7204f0 Mon Sep 17 00:00:00 2001 From: Rob Staudinger Date: Mon, 16 Jan 2012 13:56:46 +0100 Subject: [PATCH 2/2] 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 --- telepathy-ytstenut-glib/Makefile.am | 3 ++- 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@ \ -- 1.7.7.5