From 660f40022e5f9a7e2af6a3a9ee99b7a3f88bc530 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Apr 2004 02:50:57 +0000 Subject: 2004-04-02 Ralf Corsepius * libnetworking/Makefile.am: Fix typo. --- cpukit/ChangeLog | 4 ++++ cpukit/libnetworking/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index db5bf4fe21..2ca3ad46d0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Ralf Corsepius + + * libnetworking/Makefile.am: Fix typo. + 2004-04-01 Ralf Corsepius * libnetworking/poll.h: Replace with sys/poll.h wrapper. diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index bb6bfd7b22..fd50bb3a10 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -41,7 +41,7 @@ TMP_LIBS = libnetworking$(LIB_VARIANT).a include_HEADERS = bpfilter.h loop.h netdb.h include_HEADERS += resolv.h syslog.h memory.h -libnetworking_a_SOURCES += opt_ipfw.h opt_mrouting.h opt_tcpdebug.h +libnetworking_a_SOURCES = opt_ipfw.h opt_mrouting.h opt_tcpdebug.h # arpa @@ -52,7 +52,7 @@ include_arpa_HEADERS = arpa/ftp.h arpa/inet.h arpa/nameser.h \ ## kern -libnetworking_a_SOURCES = kern/kern_mib.c kern/kern_subr.c \ +libnetworking_a_SOURCES += kern/kern_mib.c kern/kern_subr.c \ kern/kern_sysctl.c kern/uipc_domain.c kern/uipc_mbuf.c \ kern/uipc_socket.c kern/uipc_socket2.c -- cgit v1.2.3