summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 05:19:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 05:19:36 +0000
commita1cf46b32890428f35af06df6bf506c8987b1ffe (patch)
tree15d10e4849fbc0d3fa623c63c2855f3d20d25f3e /c/src/ada-tests/Makefile.am
parent2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a1cf46b32890428f35af06df6bf506c8987b1ffe.tar.bz2
2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add 2nd arg to RTEMS_TOP. Unconditionally configure MP-directories. * Makefile.am: Don't include @RTEMS_BSP@.cfg. Add DIST_SUBDIRS comprising MP-subdirs. * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
Diffstat (limited to 'c/src/ada-tests/Makefile.am')
-rw-r--r--c/src/ada-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/ada-tests/Makefile.am b/c/src/ada-tests/Makefile.am
index 6d2a6cbedf..fbcdb68f59 100644
--- a/c/src/ada-tests/Makefile.am
+++ b/c/src/ada-tests/Makefile.am
@@ -2,15 +2,15 @@
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am
SUBDIRS = support samples sptests tmtests
-
if HAS_MP
SUBDIRS += mptests
endif
+DIST_SUBDIRS = support samples sptests tmtests mptests
+
EXTRA_DIST = ada.am
include $(top_srcdir)/../../../testsuites/automake/subdirs.am