summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/Makefile.am')
-rw-r--r--testsuites/psxtmtests/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am
new file mode 100644
index 0000000000..9a9e269a6b
--- /dev/null
+++ b/testsuites/psxtmtests/Makefile.am
@@ -0,0 +1,17 @@
+##
+## $Id$
+##
+
+ACLOCAL_AMFLAGS = -I ../aclocal
+
+if HAS_POSIX
+SUBDIRS = \
+ psxtmmutex02 \
+ psxtmthread01 psxtmthread03
+endif
+
+DIST_SUBDIRS = $(SUBDIRS)
+# EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
+
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am