From d65005e41423eced4884133f8bbd0015f59732f9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Nov 2005 12:44:35 +0000 Subject: AM_CPPFLAGS += -I..../support/include. --- testsuites/mptests/mp05/node1/Makefile.am | 2 ++ testsuites/mptests/mp05/node2/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'testsuites/mptests/mp05') diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index b73dd890f9..02e885500e 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -30,6 +30,8 @@ if HAS_MP # (OPTIONAL) Add local stuff here using += # +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index 4779bdba26..ecf2f8d234 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -30,6 +30,8 @@ if HAS_MP # (OPTIONAL) Add local stuff here using += # +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -- cgit v1.2.3