summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/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/samples/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/samples/Makefile.am')
-rw-r--r--c/src/ada-tests/samples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index fee449b143..0154dc7c19 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -5,6 +5,7 @@ SUBDIRS = hello ticker base_sp
if HAS_MP
SUBDIRS += base_mp
endif
+DIST_SUBDIRS = hello ticker base_sp base_mp
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am