summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:35:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:35:45 +0000
commite5a76ee50548c721ff1bb9437f15bceae0dd3eb7 (patch)
treec3dd20e7485e586447201aec66ca42fe911b74d5 /testsuites/libtests/Makefile.am
parentPatch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e5a76ee50548c721ff1bb9437f15bceae0dd3eb7.tar.bz2
Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libtests directory from Makefile.in to Makefile.am.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index e24c8cb5ea..d60d6dae67 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -5,7 +5,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios rtems++
+SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
+ rtems++
+
+EXTRA_DIST = libtests.am
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am