summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 17:00:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 17:00:34 +0000
commit765a1f066766181e8cd40b56f8a4211a0acc526a (patch)
treeead198130ef8267e809b383ee0fda976099b72d9 /c
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-765a1f066766181e8cd40b56f8a4211a0acc526a.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libnetapps.a from build directory.
Diffstat (limited to 'c')
-rw-r--r--c/src/wrapup/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index 23ccca1b25..e1704a02d0 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,5 +1,9 @@
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Pickup libnetapps.a from build directory.
+
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Pickup libmisc.a from build directory.
Remove libxdr.a.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 03bbaf2f58..00c2430a29 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -13,7 +13,7 @@ include $(top_srcdir)/../../../automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
if HAS_NETWORKING
-LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a
+LIBNETWORKING = ../libnetworking/wrapup/$(ARCH)/libnetapps.a
endif
if HAS_RDBG