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

if USE_X
SUBDIRS_ICLES = icles
else
SUBDIRS_ICLES =
endif

SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples files

DIST_SUBDIRS = check icles examples files