projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
controller: port api changes
[platform/upstream/gst-plugins-good.git]
/
tests
/
Makefile.am
1
if HAVE_GST_CHECK
2
SUBDIRS_CHECK = check files
3
else
4
SUBDIRS_CHECK =
5
endif
6
7
if USE_X
8
SUBDIRS_ICLES = icles
9
else
10
SUBDIRS_ICLES =
11
endif
12
13
if BUILD_EXAMPLES
14
SUBDIR_EXAMPLES = examples
15
else
16
SUBDIR_EXAMPLES =
17
endif
18
19
SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) $(SUBDIR_EXAMPLES)
20
21
DIST_SUBDIRS = check icles examples files
22