summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
blob: 9a9e269a6b5e5fe788708eb168b9a7d2998f1583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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