summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:32:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:32:07 +0000
commit6e9ad6ced3264a314058cd241055f93f3ea80eb5 (patch)
tree796db138a468e6addf941be5298373bf03e2ef70 /testsuites/tmtests/Makefile.am
parentPatch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6e9ad6ced3264a314058cd241055f93f3ea80eb5.tar.bz2
Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the tmtests directory from Makefile.in to Makefile.am.
Diffstat (limited to 'testsuites/tmtests/Makefile.am')
-rw-r--r--testsuites/tmtests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
index 622b246297..57d15492c6 100644
--- a/testsuites/tmtests/Makefile.am
+++ b/testsuites/tmtests/Makefile.am
@@ -9,5 +9,7 @@ SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 \
tm09 tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 \
tm23 tm24 tm25 tm26 tm27 tm28 tm29
+EXTRA_DIST = tmtests.am
+
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am