summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 16:03:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 16:03:17 +0000
commitb72dc8bafcf07c4f306ed4efcc253d72c8502a6b (patch)
tree35321eee6b8377effa86c8c6b46dc590ca986d19 /cpukit
parentRemove (moved to libmd) (diff)
downloadrtems-b72dc8bafcf07c4f306ed4efcc253d72c8502a6b.tar.bz2
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Reflect moving out md*.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/pppd/Makefile.am9
2 files changed, 2 insertions, 8 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cf0398d2fc..38fc075a86 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * pppd/Makefile.am: Reflect moving out md*.
* pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to
libmd).
* libmd/Makefile.am, libmd/md4.c, libmd/md4.h, libmd/md5.c,
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 460af9c8af..391c395807 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -14,14 +14,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
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)
+libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE -I$(srcdir)/../libmd
endif
include $(srcdir)/preinstall.am