summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 14:16:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 14:16:25 +0000
commit450a06cae7a38a37285b89907643499faaa4022c (patch)
treeee6277d100b96927dde502c21256e2c7f395bf20 /cpukit
parent2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-450a06cae7a38a37285b89907643499faaa4022c.tar.bz2
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog6
-rw-r--r--cpukit/libnetworking/Makefile.am4
2 files changed, 8 insertions, 2 deletions
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 <joel@OARcorp.com>
+
+ * 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 <strauman@SLAC.Stanford.edu>
* 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