2001-10-17 10:21:27 +00:00
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_DIRS =
|
|
|
|
else
|
|
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
|
|
endif
|
|
|
|
|
2003-02-10 20:32:32 +00:00
|
|
|
if GST_DISABLE_AUTOPLUG
|
|
|
|
GST_AUTOPLUG_DIRS =
|
|
|
|
else
|
|
|
|
GST_AUTOPLUG_DIRS = autoplug helloworld2
|
|
|
|
endif
|
|
|
|
|
2003-11-24 02:09:23 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
helloworld \
|
|
|
|
queue \
|
|
|
|
queue2 \
|
|
|
|
queue3 \
|
|
|
|
queue4 \
|
|
|
|
launch \
|
|
|
|
thread \
|
|
|
|
plugins \
|
|
|
|
mixer \
|
|
|
|
cutter \
|
|
|
|
pingpong \
|
|
|
|
manual \
|
|
|
|
retag \
|
|
|
|
$(GST_LOADSAVE_DIRS) \
|
|
|
|
$(GST_AUTOPLUG_DIRS)
|
2001-06-25 01:20:11 +00:00
|
|
|
|
2003-11-24 02:09:23 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = autoplug \
|
|
|
|
helloworld \
|
|
|
|
helloworld2 \
|
|
|
|
queue \
|
|
|
|
queue2 \
|
|
|
|
queue3 \
|
|
|
|
queue4 \
|
|
|
|
launch \
|
|
|
|
thread \
|
|
|
|
plugins \
|
|
|
|
mixer \
|
|
|
|
cutter \
|
|
|
|
pingpong \
|
|
|
|
manual \
|
|
|
|
xml \
|
|
|
|
typefind \
|
|
|
|
retag
|
2001-06-25 01:20:11 +00:00
|
|
|
|