summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/Makefile.am
blob: 0154dc7c196e03c95332b00bd762c0d958e0fb83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## $Id$

SUBDIRS = hello ticker base_sp

if HAS_MP
SUBDIRS += base_mp
endif
DIST_SUBDIRS = hello ticker base_sp base_mp

include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am