summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 03:39:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 03:39:15 +0000
commit6d4e75fa4bf5a217086ee476a32d6765408dcf76 (patch)
treebf42142822c59d24d83c3d04f37f6e6b3d71e129 /c/src/libnetworking/pppd/Makefile.am
parent2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6d4e75fa4bf5a217086ee476a32d6765408dcf76.tar.bz2
Install Install rtemspppd.h and rtemsdialer.h to $(includedir)/rtems.
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/pppd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am
index 12c31ba31c..76411c23a1 100644
--- a/c/src/libnetworking/pppd/Makefile.am
+++ b/c/src/libnetworking/pppd/Makefile.am
@@ -7,7 +7,8 @@ include $(top_srcdir)/automake/compile.am
noinst_LIBRARIES =
if HAS_NETWORKING
-include_HEADERS = rtemspppd.h rtemsdialer.h
+include_rtemsdir = $(includedir)/rtems
+include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
noinst_LIBRARIES += libpppd.a
libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \