summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 5f10e8f317f39ae7fbfd422b0fc23352651b609e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if HAVE_GST_CHECK
SUBDIRS_CHECK = check files
else
SUBDIRS_CHECK =
endif

if USE_X
SUBDIRS_ICLES = icles
else
SUBDIRS_ICLES =
endif

if BUILD_EXAMPLES
SUBDIR_EXAMPLES = examples
else
SUBDIR_EXAMPLES =
endif

SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) $(SUBDIR_EXAMPLES)

DIST_SUBDIRS = check icles examples files