summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
blob: b7f39f2dff479823ce82854680c5f6b98cb626ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

if HAS_POSIX
SUBDIRS = \
    psxtmmutex02 \
    psxtmsleep01 \
    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