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