summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronhello
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/itrontests/itronhello
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d65005e41423eced4884133f8bbd0015f59732f9.tar.bz2
AM_CPPFLAGS += -I..../support/include.
Diffstat (limited to 'testsuites/itrontests/itronhello')
-rw-r--r--testsuites/itrontests/itronhello/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am
index b4c0667230..c6e8daff15 100644
--- a/testsuites/itrontests/itronhello/Makefile.am
+++ b/testsuites/itrontests/itronhello/Makefile.am
@@ -25,6 +25,8 @@ include $(top_srcdir)/itrontests.am
# (OPTIONAL) Add local stuff here using +=
#
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)