summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-09 15:06:19 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-09 15:06:19 -0600
commit748a12629ad074fcb414c9b6e64c7d7ba1683539 (patch)
treefad391206c9a4726aada9baeaa4f9957c4fd50c0 /testsuites/samples/pppd/Makefile.am
parentReject incompatible tool chains (diff)
downloadrtems-748a12629ad074fcb414c9b6e64c7d7ba1683539.tar.bz2
pppd/Makefile.am: Add support/include
Diffstat (limited to 'testsuites/samples/pppd/Makefile.am')
-rw-r--r--testsuites/samples/pppd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 594609a826..6a989f8c51 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -9,6 +9,8 @@ include $(top_srcdir)/../automake/leaf.am
pppd_LDLIBS = -lpppd
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
LINK_OBJS = $(pppd_OBJECTS)
LINK_LIBS = $(pppd_LDLIBS)