From 4f8e1a4faa8a7ee4e50bbfbaf02e6b9bacbfbcde Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 8 Oct 2012 14:32:12 +0100 Subject: [PATCH 1/7] 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 file changed, 1 insertion(+) 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) -- 1.7.10.4