1if HAVE_GST_CHECK
2SUBDIRS_CHECK = check files
3else
4SUBDIRS_CHECK =
5endif
6
7if USE_X
8SUBDIRS_ICLES = icles
9else
10SUBDIRS_ICLES =
11endif
12
13if BUILD_EXAMPLES
14SUBDIR_EXAMPLES = examples
15else
16SUBDIR_EXAMPLES =
17endif
18
19SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) $(SUBDIR_EXAMPLES)
20
21DIST_SUBDIRS = check icles examples files
22
23