[PPL-devel] [GIT] ppl/ppl(master): Added `@extra_includes@' to `AM_CPPFLAGS'.

Roberto Bagnara bagnara at cs.unipr.it
Fri Mar 23 20:51:12 CET 2012


Module: ppl/ppl
Branch: master
Commit: 8d571fcfe081a22ec0dce540df994fb0725812fe
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8d571fcfe081a22ec0dce540df994fb0725812fe

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Mar 23 20:50:12 2012 +0100

Added `@extra_includes@' to `AM_CPPFLAGS'.
(Thanks to Joao M. Santos Silva.)

---

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

diff --git a/tests/Watchdog/Makefile.am b/tests/Watchdog/Makefile.am
index 2ea44ea..7d0e822 100644
--- a/tests/Watchdog/Makefile.am
+++ b/tests/Watchdog/Makefile.am
@@ -41,6 +41,7 @@ AM_CPPFLAGS = \
 -I$(top_srcdir)/src \
 -I$(top_builddir)/src \
 -I$(top_srcdir)/tests \
+ at extra_includes@ \
 @debug_flag@
 
 LDADD = \




More information about the PPL-devel mailing list