summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 16:41:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 16:41:59 +0000
commit1e34f3f20cab3d81a0b7bc263fbc580a0985893e (patch)
tree840b68c94ce5e0a7cabeb61126ce151b275fa53f /c/src/libnetworking/pppd/Makefile.am
parentRemove (diff)
downloadrtems-1e34f3f20cab3d81a0b7bc263fbc580a0985893e.tar.bz2
Remove (Moved to cpukit).
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/pppd/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am
deleted file mode 100644
index 76411c23a1..0000000000
--- a/c/src/libnetworking/pppd/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/automake/compile.am
-
-noinst_LIBRARIES =
-
-if HAS_NETWORKING
-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 \
- 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 \
- rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
-libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
-endif
-
-# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
-EXTRA_DIST = ipxcp.c ipxcp.h
-
-all-local: $(PREINSTALL_FILES)
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(srcdir)/preinstall.am
-
-include $(top_srcdir)/automake/local.am