[Telepathy-commits] [telepathy-gabble/master] Now the tests use #include "src/foo.h", adjust the CFLAGS to pick up the headers correctly in out-of-tree builds (fixes distcheck)

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:45 PDT 2008


20080724111826-53eee-d3ed7aa151fe3bf99628b3ede190fb1eaea3d646.gz
---
 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 387e7b4..e53b7bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,7 +35,7 @@ test_dtube_unique_names_LDADD = \
 
 AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @LOUDMOUTH_CFLAGS@ \
     @COVERAGE_CFLAGS@ @TP_GLIB_CFLAGS@ \
-    -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@
 
 TESTS = $(noinst_PROGRAMS)
-- 
1.5.6.3




More information about the Telepathy-commits mailing list