summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/samples/Makefile.am
blob: 0aa25affad84791b2cb5773f9f98bf873dd7e2bd (plain) (blame)
1
2
3
4
5
6
7
8
9
_SUBDIRS = hello ticker base_sp nsecs

if HAS_MP
_SUBDIRS += base_mp
endif
DIST_SUBDIRS = hello ticker base_sp base_mp nsecs

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