summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/Makefile.am
blob: a292ae616e3819e112bfd4c6c12d12f638644005 (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)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am