summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp01/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 14:19:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 14:19:26 +0000
commitc4ea5efc613cad9bfb0c56c250a2f26b69249688 (patch)
tree49d29060773312f10c7c3989ac436fdf0973e8a8 /testsuites/mptests/mp01/Makefile.am
parentAdded sem_timedwait to bullet list at front of chapter. (diff)
downloadrtems-c4ea5efc613cad9bfb0c56c250a2f26b69249688.tar.bz2
Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which (among other things) converted the mptests to automake.
Diffstat (limited to 'testsuites/mptests/mp01/Makefile.am')
-rw-r--r--testsuites/mptests/mp01/Makefile.am12
1 files changed, 12 insertions, 0 deletions
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