summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:34:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:34:23 +0000
commitaefc10955188f00c01c57f1cada0f0c75bedff54 (patch)
tree8762d8dc7103e5726030d25ed1012d6aad3e6f3f /cpukit
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aefc10955188f00c01c57f1cada0f0c75bedff54.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am, src/Makefile.am: Include compile.am.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/rtems/ChangeLog4
-rw-r--r--cpukit/rtems/src/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index f5315bcd88..c69bbab7d4 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * optman/Makefile.am, src/Makefile.am: Include compile.am.
+
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.
diff --git a/cpukit/rtems/src/Makefile.am b/cpukit/rtems/src/Makefile.am
index f597292be1..5682679033 100644
--- a/cpukit/rtems/src/Makefile.am
+++ b/cpukit/rtems/src/Makefile.am
@@ -5,6 +5,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
# We only build multiprocessing related files if HAS_MP was defined