From 7b5eab8778b40867a7b8b9739b255b128b88cf4a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 20 Jun 2011 05:02:43 +0000 Subject: [PATCH] =?UTF-8?q?2011-06-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Remove EXTRA_DIST. * fs01/fs91.doc: Remove (Empty, unused). * mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h. --- testsuites/fstests/ChangeLog | 6 ++++++ testsuites/fstests/Makefile.am | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog index 718d519952..4b016ae489 100644 --- a/testsuites/fstests/ChangeLog +++ b/testsuites/fstests/ChangeLog @@ -1,3 +1,9 @@ +2011-06-20 Ralf Corsépius + + * Makefile.am: Remove EXTRA_DIST. + * fs01/fs91.doc: Remove (Empty, unused). + * mimfs_fs01/Makefile.am: Use mimfs_support/fs_config.h. + 2011-04-20 Joel Sherrill Add initial test to File System Test Suite. 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