summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/rtmonuse/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:26:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:26:59 +0000
commit1053dcdce7e24d07a4ad178e6690149fbd0726b2 (patch)
tree1ce483f035ab94e78bc73b2a61757d56787516a9 /c/src/tests/libtests/rtmonuse/Makefile.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1053dcdce7e24d07a4ad178e6690149fbd0726b2.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. cpuuse/Makefile.am: Reflect having moved automake. malloctest/Makefile.am: Reflect having moved automake. monitor/Makefile.am: Reflect having moved automake. putenvtest/Makefile.am: Reflect having moved automake. rtems++/Makefile.am: Reflect having moved automake. rtmonuse/Makefile.am: Reflect having moved automake. stackchk/Makefile.am: Reflect having moved automake. termios/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/tests/libtests/rtmonuse/Makefile.am')
-rw-r--r--c/src/tests/libtests/rtmonuse/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/tests/libtests/rtmonuse/Makefile.am b/c/src/tests/libtests/rtmonuse/Makefile.am
index 5f35c16a70..b153c9815d 100644
--- a/c/src/tests/libtests/rtmonuse/Makefile.am
+++ b/c/src/tests/libtests/rtmonuse/Makefile.am
@@ -24,8 +24,8 @@ PRINT_SRCS = $(DOCS)
PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/leaf.am
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/libtests.am
#
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
-include $(top_srcdir)/../../../../automake/local.am
+include $(top_srcdir)/../automake/local.am