summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:13:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:13:22 +0000
commit55c310f246e58fc402f63801817f2a828f575f48 (patch)
treec5cef3c83e18fc12a85a46129fd8659e756af8b0 /cpukit
parentDon't include pppd.h. (diff)
downloadrtems-55c310f246e58fc402f63801817f2a828f575f48.tar.bz2
Remove md5 and md4 from libpppd.a.
Add pppd/libmd.a.
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index b41fe1a5ca..460af9c8af 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -11,11 +11,18 @@ include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
project_lib_LIBRARIES = libpppd.a
libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
- options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
+ options.c upap.c upap.h utils.c sys-rtems.c \
rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
rtemsdialer.h
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
endif
+if NEWLIB
+noinst_LIBRARIES = libmd.a
+libmd_a_SOURCES = md5.h md5.c
+libmd_a_SOURCES += md4.h md4.c
+libmd_a_CPPFLAGS = $(AM_CPPFLAGS)
+endif
+
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am