[rtems commit] pppd/Makefile.am: Add support/include
Joel Sherrill
joel at rtems.org
Thu Nov 9 21:06:30 UTC 2017
Module: rtems
Branch: master
Commit: 748a12629ad074fcb414c9b6e64c7d7ba1683539
Changeset: http://git.rtems.org/rtems/commit/?id=748a12629ad074fcb414c9b6e64c7d7ba1683539
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Nov 9 15:06:19 2017 -0600
pppd/Makefile.am: Add support/include
---
testsuites/samples/pppd/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 594609a..6a989f8 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)
More information about the vc
mailing list