summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-14 19:51:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-10 07:55:10 +0200
commit24312f3454ceb97ce7de0fa1c5ca2b1a220f2da2 (patch)
treef8750b685c2cf5bea919ccd46891f67ad1523d66 /cpukit/pppd/Makefile.am
parentbuild: Merge posix/Makefile.am (diff)
downloadrtems-24312f3454ceb97ce7de0fa1c5ca2b1a220f2da2.tar.bz2
build: Merge pppd/Makefile.am
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
deleted file mode 100644
index 799b2a9556..0000000000
--- a/cpukit/pppd/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-if LIBNETWORKING
-project_lib_LIBRARIES = libpppd.a
-
-$(PROJECT_LIB)/libpppd.a: libpppd.a
- $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
-TMPINSTALL_FILES = $(PROJECT_LIB)/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 utils.c sys-rtems.c \
- rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
- rtemsdialer.h
-endif
-
-include $(top_srcdir)/automake/local.am