summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 05:02:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 05:02:43 +0000
commit7b5eab8778b40867a7b8b9739b255b128b88cf4a (patch)
tree0217800e0c186825f661731834f49ce1e438a922 /testsuites/fstests/Makefile.am
parent2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7b5eab8778b40867a7b8b9739b255b128b88cf4a.tar.bz2
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove EXTRA_DIST. * fs01/fs91.doc: Remove (Empty, unused). * mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h.
Diffstat (limited to 'testsuites/fstests/Makefile.am')
-rw-r--r--testsuites/fstests/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index be97f600d7..ccdb14179f 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -4,12 +4,9 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS = \
- imfs_fs01 \
- mimfs_fs01
-
-DIST_SUBDIRS = $(SUBDIRS)
-EXTRA_DIST = fs01/init.c fs01/fs01.doc
+SUBDIRS =
+SUBDIRS += imfs_fs01
+SUBDIRS += mimfs_fs01
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am