summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 22:29:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 22:29:23 +0000
commit541591c35593ae27dab6ac6d59d800ecd1fb47ae (patch)
tree03e6963ec3f73aab7cff3eafcc9964ffbee23793 /testsuites/samples/fileio/Makefile.am
parent2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-541591c35593ae27dab6ac6d59d800ecd1fb47ae.tar.bz2
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
Diffstat (limited to 'testsuites/samples/fileio/Makefile.am')
-rw-r--r--testsuites/samples/fileio/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/fileio/Makefile.am b/testsuites/samples/fileio/Makefile.am
index 5e3088bbbe..38e6e9cbaf 100644
--- a/testsuites/samples/fileio/Makefile.am
+++ b/testsuites/samples/fileio/Makefile.am
@@ -15,6 +15,8 @@ include $(top_srcdir)/../automake/leaf.am
fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
LINK_LIBS = $(fileio_LDLIBS)