blob: 9e3a51fae354b7ad7fb97f06d40b681748404fb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if HAVE_GST_CHECK
SUBDIRS_CHECK = check
else
SUBDIRS_CHECK =
endif
if BUILD_EXAMPLES
SUBDIRS_EXAMPLES = examples
else
SUBDIRS_EXAMPLES =
endif
SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_EXAMPLES) files icles
DIST_SUBDIRS = check examples files icles
|