summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog6
-rw-r--r--c/src/wrapup/Makefile.am1
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index c076db2b9e..f60307ae6d 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,6 +1,10 @@
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Include compile.am.
+
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs
+ * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index c42e086c2e..c0c72694cf 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -7,6 +7,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsall${LIB_VARIANT}.a