summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:33:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:33:42 +0000
commit83ca507593a31849e403914a40f4628f823d2829 (patch)
tree9420c643ddeab3945134e7e0a2b4fc9e02a5e6e1 /testsuites/sptests
parentAdd spfatal/Makefile. (diff)
downloadrtems-83ca507593a31849e403914a40f4628f823d2829.tar.bz2
Add spfatal to DIST_SUBDIRS.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index b6461263c3..cfa8ee915b 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -4,12 +4,11 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-## sp10 and spfatal are not included for now
+## spfatal is not included for now
SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
sp30 sp31 sp32 spsize
-
-EXTRA_DIST = spfatal
+DIST_SUBDIRS = $(SUBDIRS) spfatal
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am