From b72dc8bafcf07c4f306ed4efcc253d72c8502a6b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Jun 2007 16:03:17 +0000 Subject: =?UTF-8?q?2007-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * pppd/Makefile.am: Reflect moving out md*. --- cpukit/pppd/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cpukit/pppd/Makefile.am') 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 -- cgit v1.2.3