summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 10:21:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 10:21:56 +0000
commit7f9c37c8cecb09a7a3d3a1f576c3f7ca1271134a (patch)
treeeadce3801a0a78fdb3d51321cdedb6ddb5bbec05 /testsuites
parent2005-01-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7f9c37c8cecb09a7a3d3a1f576c3f7ca1271134a.tar.bz2
2004-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove DIST_SUBDIRS.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/Makefile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index c9b9f5a740..85ac25a4d5 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Remove DIST_SUBDIRS.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am
index fd763cb2a2..3c20d95bf9 100644
--- a/testsuites/samples/Makefile.am
+++ b/testsuites/samples/Makefile.am
@@ -23,8 +23,5 @@ SUBDIRS += loopback
SUBDIRS += pppd
endif
-DIST_SUBDIRS = hello ticker base_sp unlimited minimum fileio base_mp cdtest \
- paranoia loopback pppd
-
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am