summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/Makefile.am
blob: c41a4b4af831128f811adbb4d6603736232e7e92 (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