summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 21:14:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 21:14:04 +0000
commitea14663edc68e19c7e0f05736e8ce51891bee51f (patch)
treed8dfb85a76eb58fb1bbb1d19067b28b646a01e87 /c/src/ada-tests/samples
parent2002-10-31 Chris Johns <ccj@acm.org> (diff)
downloadrtems-ea14663edc68e19c7e0f05736e8ce51891bee51f.tar.bz2
2003-01-03 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, samples/Makefile.am: Do not configure them unless multiprocessing is enabled.
Diffstat (limited to 'c/src/ada-tests/samples')
-rw-r--r--c/src/ada-tests/samples/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index b32eadfc6b..512bf021c0 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -1,6 +1,11 @@
## $Id$
-SUBDIRS = hello ticker base_sp base_mp
+SUBDIRS = hello ticker base_sp
+
+if HAS_MP
+SUBDIRS += base_mp
+endif
+
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am