gst/Makefile.am
[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 if GST_DISABLE_PARSE
8 GST_PARSE_DIRS = 
9 else
10 GST_PARSE_DIRS = launch
11 endif
12
13 always_dirs = \
14         controller                      \
15         helloworld                      \
16         metadata                        \
17         queue
18
19 #appreader
20 #cutter
21 #events
22 #helloworld2
23 #launch
24 #manual
25 #mixer
26 #pingpong
27 #plugins
28 #pwg
29 #queue2
30 #queue3
31 #queue4
32 #retag
33 #thread
34
35 SUBDIRS =                               \
36         $(always_dirs)                  \
37         $(GST_PARSE_DIRS)               \
38         $(GST_LOADSAVE_DIRS)
39
40 DIST_SUBDIRS = $(always_dirs) xml typefind launch