Remove old autoplug code
[platform/upstream/gstreamer.git] / examples / Makefile.am
1 if GST_DISABLE_LOADSAVE
2 GST_LOADSAVE_DIRS = 
3 else
4 GST_LOADSAVE_DIRS = xml typefind
5 endif
6
7 SUBDIRS =                               \
8         helloworld                      \
9         queue                           \
10         queue2                          \
11         queue3                          \
12         queue4                          \
13         launch                          \
14         thread                          \
15         plugins                         \
16         mixer                           \
17         cutter                          \
18         pingpong                        \
19         manual                          \
20         retag                           \
21         $(GST_LOADSAVE_DIRS)
22
23 DIST_SUBDIRS = helloworld               \
24         queue                           \
25         queue2                          \
26         queue3                          \
27         queue4                          \
28         launch                          \
29         thread                          \
30         plugins                         \
31         mixer                           \
32         cutter                          \
33         pingpong                        \
34         manual                          \
35         xml                             \
36         typefind                        \
37         retag
38