From c4ea5efc613cad9bfb0c56c250a2f26b69249688 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Nov 1999 14:19:26 +0000 Subject: Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius which (among other things) converted the mptests to automake. --- testsuites/mptests/mp01/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testsuites/mptests/mp01/Makefile.am (limited to 'testsuites/mptests/mp01/Makefile.am') diff --git a/testsuites/mptests/mp01/Makefile.am b/testsuites/mptests/mp01/Makefile.am new file mode 100644 index 0000000000..cdae39f815 --- /dev/null +++ b/testsuites/mptests/mp01/Makefile.am @@ -0,0 +1,12 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +SUBDIRS = node1 node2 + +EXTRA_DIST = system.h init.c task1.c + +include $(top_srcdir)/../../../../automake/subdirs.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3