[next] telepathy-glib: tests/lib: define _TP_COMPILATION for the internal variant

Simon McVittie smcv at kemper.freedesktop.org
Mon Oct 8 08:23:43 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 4f8e1a4faa8a7ee4e50bbfbaf02e6b9bacbfbcde
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4f8e1a4faa8a7ee4e50bbfbaf02e6b9bacbfbcde

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Oct  8 14:32:12 2012 +0100

tests/lib: define _TP_COMPILATION for the internal variant

foo_CPPFLAGS overrides AM_CPPFLAGS, so if you want to include the latter
in the former, you have to do it explicitly.

---

 tests/lib/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index 530bed2..8bef080 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -85,6 +85,7 @@ AM_LDFLAGS = \
     $(NULL)
 
 libtp_glib_tests_internal_la_CPPFLAGS = \
+    $(AM_CPPFLAGS) \
     -DTP_GLIB_TESTS_INTERNAL \
     $(NULL)
 



More information about the telepathy-commits mailing list