summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 03:22:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 03:22:59 +0000
commitc2a2fff5690e910309471fa95686b0fdf2981370 (patch)
treec4a39d319d5e99507e8950f5e05c63d860c4770c /cpukit
parent2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c2a2fff5690e910309471fa95686b0fdf2981370.tar.bz2
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Add libmisc.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ce24a8e39d..781641a6a3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Add libmisc.
+
+2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 31848a0661..e42e9686e0 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -32,6 +32,8 @@ LIBS += ../libfs/src/dosfs/$(ARCH)/libdosfs.a
endif
LIBS += ../libfs/src/imfs/$(ARCH)/libimfs.a
+LIBS += ../libmisc/wrapup/$(ARCH)/libmisc.a
+
if HAS_NETWORKING
LIBS += ../libnetworking/wrapup/$(ARCH)/libnetworking.a
endif