2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>

* pppd/Makefile.am: Reflect moving out md*.
This commit is contained in:
Ralf Corsepius
2007-06-12 16:03:17 +00:00
parent e7205419ab
commit b72dc8bafc
2 changed files with 2 additions and 8 deletions

View File

@@ -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,

View File

@@ -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