summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm18/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:44:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:44:35 +0000
commitd65005e41423eced4884133f8bbd0015f59732f9 (patch)
treea167e2c5b67c71bea89bc572c5d04410804c247a /testsuites/tmtests/tm18/Makefile.am
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d65005e41423eced4884133f8bbd0015f59732f9.tar.bz2
AM_CPPFLAGS += -I..../support/include.
Diffstat (limited to 'testsuites/tmtests/tm18/Makefile.am')
-rw-r--r--testsuites/tmtests/tm18/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am
index 46cdc88398..7e453d2e48 100644
--- a/testsuites/tmtests/tm18/Makefile.am
+++ b/testsuites/tmtests/tm18/Makefile.am
@@ -29,6 +29,8 @@ include $(top_srcdir)/tmtests.am
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)