summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01
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/tm01
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d65005e41423eced4884133f8bbd0015f59732f9.tar.bz2
AM_CPPFLAGS += -I..../support/include.
Diffstat (limited to 'testsuites/tmtests/tm01')
-rw-r--r--testsuites/tmtests/tm01/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index 33a4eb1cd7..ff6208509e 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -29,6 +29,10 @@ 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
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)