projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tests/examples/Makefile.am: added that too
[platform/upstream/gstreamer.git]
/
tests
/
examples
/
Makefile.am
1
if GST_DISABLE_LOADSAVE
2
GST_LOADSAVE_DIRS =
3
else
4
GST_LOADSAVE_DIRS = xml typefind
5
endif
6
7
dirs = \
8
controller \
9
helloworld \
10
launch \
11
metadata \
12
queue
13
14
#appreader
15
#cutter
16
#events
17
#helloworld2
18
#launch
19
#manual
20
#mixer
21
#pingpong
22
#plugins
23
#pwg
24
#queue2
25
#queue3
26
#queue4
27
#retag
28
#thread
29
30
SUBDIRS = $(dirs) \
31
$(GST_LOADSAVE_DIRS)
32
33
DIST_SUBDIRS = $(dirs) xml typefind