[Telepathy-commits] [telepathy-gabble/master] tests/twisted: provide the right CFLAGS for #include <lib/gibber/...>

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Feb 27 05:58:55 PST 2009


This fixes distcheck.
---
 tests/twisted/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index cc25133..600b201 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -171,7 +171,8 @@ telepathy_gabble_debug_LDADD = \
 
 AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @LOUDMOUTH_CFLAGS@ \
     @TP_GLIB_CFLAGS@ \
-    -I $(top_srcdir)/src -I $(top_builddir)/src
+    -I $(top_srcdir)/src -I $(top_builddir)/src \
+    -I $(top_srcdir) -I $(top_builddir)
 ALL_LIBS = @DBUS_LIBS@ @GLIB_LIBS@ @LOUDMOUTH_LIBS@ @TP_GLIB_LIBS@
 
 CLEANFILES = gabble-[1-9]*.log *.pyc */*.pyc config.py
-- 
1.5.6.5




More information about the telepathy-commits mailing list