summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/configure.ac1
3 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2e7db2bfea..edbfda6e79 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Readded reference to wrapup.
+
2002-01-06 Joel Sherrill <joel@OARcorp.com>
* wrapup/.cvsignore: Readded.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4995bce129..c4bbee1556 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -15,7 +15,7 @@ if HAS_ITRON
ITRON_SUBDIRS = itron
endif
-SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi
+SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index db2edb33b1..24aae1e70e 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -100,5 +100,6 @@ score/include/Makefile
score/inline/Makefile
score/macros/Makefile
score/src/Makefile
+wrapup/Makefile
])
AC_OUTPUT