summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:25:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:25:16 +0000
commite0ecc8c61afed0fa40fa293c898a674d34b3a7a5 (patch)
tree290d6e9534a5b601c5cd9c3eb4db3d498a16784f /testsuites/psxtests/psxtimer/Makefile.am
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e0ecc8c61afed0fa40fa293c898a674d34b3a7a5.tar.bz2
AM_CPPFLAGS += -I..../support/include.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxtimer/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am
index 337283009e..92c254ef05 100644
--- a/testsuites/psxtests/psxtimer/Makefile.am
+++ b/testsuites/psxtests/psxtimer/Makefile.am
@@ -28,6 +28,8 @@ include $(top_srcdir)/psxtests.am
AM_CPPFLAGS += -I$(top_srcdir)/include
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)