[telepathy-gabble/master] tests/Makefile.am: remove loudmouth from CFLAGS and add the lib/ dir to the include path

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:12 PDT 2009


---
 tests/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 77da001..64d59da 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,9 +15,10 @@ noinst_PROGRAMS = \
 
 LDADD = $(top_builddir)/src/libgabble-convenience.la
 
-AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @LOUDMOUTH_CFLAGS@ \
+AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @WOCKY_CFLAGS@ \
     @TP_GLIB_CFLAGS@ \
-    -I $(top_srcdir) -I $(top_builddir)
+    -I $(top_srcdir) -I $(top_builddir) \
+    -I $(top_srcdir)/lib -I $(top_builddir)/lib
 
 TESTS = $(noinst_PROGRAMS)
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list