summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07')
-rw-r--r--testsuites/mptests/mp07/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp07/node2/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am
index fdb263947b..9cc40ce9a4 100644
--- a/testsuites/mptests/mp07/node1/Makefile.am
+++ b/testsuites/mptests/mp07/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/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am
index 24ed5857c2..627fc6e662 100644
--- a/testsuites/mptests/mp07/node2/Makefile.am
+++ b/testsuites/mptests/mp07/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)