summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 16:12:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 16:12:05 +0000
commitcc2ce65522832c439bf73c766abd04fd63be1ae8 (patch)
treebbc9949f27205702a64f0776ac42fe26397161d8 /c
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cc2ce65522832c439bf73c766abd04fd63be1ae8.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/support/ChangeLog4
-rw-r--r--c/src/tests/support/stubdr/Makefile.am1
-rw-r--r--c/src/tests/support/wrapup/Makefile.am1
3 files changed, 6 insertions, 0 deletions
diff --git a/c/src/tests/support/ChangeLog b/c/src/tests/support/ChangeLog
index 101734ce64..5e53079c15 100644
--- a/c/src/tests/support/ChangeLog
+++ b/c/src/tests/support/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/c/src/tests/support/stubdr/Makefile.am b/c/src/tests/support/stubdr/Makefile.am
index a0978a7c83..f28e444402 100644
--- a/c/src/tests/support/stubdr/Makefile.am
+++ b/c/src/tests/support/stubdr/Makefile.am
@@ -16,6 +16,7 @@ SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%)
diff --git a/c/src/tests/support/wrapup/Makefile.am b/c/src/tests/support/wrapup/Makefile.am
index bb6a1e62e0..61cd22e363 100644
--- a/c/src/tests/support/wrapup/Makefile.am
+++ b/c/src/tests/support/wrapup/Makefile.am
@@ -13,6 +13,7 @@ GENERIC_FILES = stubdr
OBJS = $(foreach piece, $(GENERIC_FILES), ../$(piece)/$(ARCH)/$(piece).rel)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
#