From 450a06cae7a38a37285b89907643499faaa4022c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Jan 2003 14:16:25 +0000 Subject: 2003-01-28 Joel Sherrill * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking tests build. This was subsequently reported as PR337 before I committed the fix. --- cpukit/libnetworking/ChangeLog | 6 ++++++ cpukit/libnetworking/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index ddfe2aa80d..925582ce58 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,9 @@ +2003-01-28 Joel Sherrill + + * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking + tests build. This was subsequently reported as PR337 before I + committed the fix. + 2003-01-27 Till Straumann * libc/getproto.c, libc/getprotoname.c: modification to call diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index 481a544294..793e0c1759 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -44,8 +44,8 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \ ## kern -kern_C_FILES = kern/kern_mib.c kern/kern_subr.c kern/uipc_domain.c \ - kern/uipc_mbuf.c kern/uipc_socket.c kern/uipc_socket2.c +kern_C_FILES = 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 OBJS = $(kern_C_FILES:kern/%.c=$(ARCH)/%.$(OBJEXT)) $(ARCH)/%.$(OBJEXT): kern/%.c -- cgit v1.2.3