summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-22 12:35:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-22 12:35:41 +0000
commit7987c2aadffe44088db082372545061d88ddb5f8 (patch)
tree92a16ad487ae703a836ee7ad8bbe8256c4e909ee /cpukit
parent2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7987c2aadffe44088db082372545061d88ddb5f8.tar.bz2
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect having removed libnetworking/wrapup. * configure.ac: Ditto.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac1
-rw-r--r--cpukit/wrapup/Makefile.am4
3 files changed, 8 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 034f0f9dcc..e2c59ba33c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
+ * configure.ac: Ditto.
+
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New.
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 68872bb6b8..54b255a983 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -294,7 +294,6 @@ libcsupport/Makefile
libnetworking/Makefile
libnetworking/lib/Makefile
libnetworking/libc/Makefile
-libnetworking/wrapup/Makefile
librpc/Makefile
librpc/src/Makefile
librpc/src/xdr/Makefile
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 9c51b7ffd0..395abd5d53 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -35,7 +35,9 @@ LIBS += ../libfs/src/imfs/$(ARCH)/libimfs.a
LIBS += ../libmisc/wrapup/$(ARCH)/libmisc.a
if HAS_NETWORKING
-LIBS += ../libnetworking/wrapup/$(ARCH)/libnetworking.a
+LIBS += ../libnetworking/$(ARCH)/libnetworking.a
+LIBS += ../libnetworking/lib/$(ARCH)/lib.a
+LIBS += ../libnetworking/libc/$(ARCH)/lib.a
endif
if LIBRPC