summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker
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/ticker
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/ticker')
-rw-r--r--testsuites/samples/ticker/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am
index 30f8ce4396..7801413ae6 100644
--- a/testsuites/samples/ticker/Makefile.am
+++ b/testsuites/samples/ticker/Makefile.am
@@ -16,6 +16,8 @@ include $(top_srcdir)/../automake/leaf.am
ticker_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
LINK_OBJS = $(ticker_OBJECTS) $(ticker_LDADD)
LINK_LIBS = $(ticker_LDLIBS)