removing conflict traces
[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 dirs = \
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
22 SUBDIRS = $(dirs)                       \
23         $(GST_LOADSAVE_DIRS)
24
25 DIST_SUBDIRS = $(dirs) xml typefind