From a6abd67af50cf087725951f082c39feea62ba02c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 25 Nov 2000 19:42:21 +0000 Subject: 2000-11-25 Antti P Miettinen * wrapup/Makefile.am: Added modem subdir. * configure.in, Makefile.am: Added modem subdir. * net/Makefile.am: Added if_pppvar.h, pppcompress.h. * pppd/Makefile.am: Added pppmain.c (which needs work). * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler and cosmetic changes by me. Actually main.c and ppp_tty.c should be scratched. The modem subdir has the real ppp_tty.c and the real pppd main is in pppmain.c. --- cpukit/libnetworking/ChangeLog | 12 ++++++++++++ cpukit/libnetworking/Makefile.am | 2 +- cpukit/libnetworking/net/Makefile.am | 3 ++- cpukit/libnetworking/wrapup/Makefile.am | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index 652f88d402..c19ffd6ef5 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,15 @@ +2000-11-25 Antti P Miettinen + + * wrapup/Makefile.am: Added modem subdir. + * configure.in, Makefile.am: Added modem subdir. + * net/Makefile.am: Added if_pppvar.h, pppcompress.h. + * pppd/Makefile.am: Added pppmain.c (which needs work). + * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, + pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler + and cosmetic changes by me. + Actually main.c and ppp_tty.c should be scratched. The modem + subdir has the real ppp_tty.c and the real pppd main is in pppmain.c. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index 21dc2f690c..7f09e1d21b 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I ../../../aclocal SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \ - rtems_servers pppd rtems_webserver wrapup + rtems_servers pppd modem rtems_webserver wrapup EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ opt_tcpdebug.h poll.h resolv.h syslog.h memory.h diff --git a/cpukit/libnetworking/net/Makefile.am b/cpukit/libnetworking/net/Makefile.am index 73423b7f49..b6c69607ee 100644 --- a/cpukit/libnetworking/net/Makefile.am +++ b/cpukit/libnetworking/net/Makefile.am @@ -35,7 +35,8 @@ EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \ route.c rtsock.c H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \ - if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h + if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h \ + if_pppvar.h pppcompress.h noinst_HEADERS = $(H_FILES) diff --git a/cpukit/libnetworking/wrapup/Makefile.am b/cpukit/libnetworking/wrapup/Makefile.am index 8637ff6620..5c8135ace6 100644 --- a/cpukit/libnetworking/wrapup/Makefile.am +++ b/cpukit/libnetworking/wrapup/Makefile.am @@ -8,7 +8,7 @@ if HAS_POSIX POSIX_PIECES = rtems_webserver endif -NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers pppd \ +NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers pppd modem \ $(POSIX_PIECES) OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o) LIB = $(ARCH)/libnetworking.a -- cgit v1.2.3