[telepathy-mission-control/master] Fix out-of-tree builds of value-is-same.c
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Jun 12 03:46:06 PDT 2009
Reviewed-by: Alberto Mardegan <alberto.mardegan at nokia.com>
---
test/Makefile.am | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index d9e0a03..20bf89c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,10 @@
-INCLUDES = $(DBUS_CFLAGS) $(TELEPATHY_CFLAGS) -I$(top_srcdir) \
- -I$(top_srcdir)/src \
+INCLUDES = \
+ $(DBUS_CFLAGS) \
+ $(TELEPATHY_CFLAGS) \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
+ -I$(top_srcdir)/src \
+ -I$(top_builddir)/src \
-DMC_DISABLE_DEPRECATED \
-DLIBDIR="@libdir@" -DLIBVERSION="0"
--
1.5.6.5
More information about the telepathy-commits
mailing list