summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: b5c677c0e1cec2be46089770e9bf3dff6cd44ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if BUILD_EXAMPLES
SUBDIRS_EXAMPLES = examples
else
SUBDIRS_EXAMPLES =
endif

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_EXAMPLES)	\
	$(SUBDIRS_ICLES)

DIST_SUBDIRS = 			\
	check			\
	examples		\
	icles