mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
15d4e4548d
Original commit message from CVS: * tests/examples/Makefile.am: added that too
33 lines
395 B
Makefile
33 lines
395 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
dirs = \
|
|
controller \
|
|
helloworld \
|
|
launch \
|
|
metadata \
|
|
queue
|
|
|
|
#appreader
|
|
#cutter
|
|
#events
|
|
#helloworld2
|
|
#launch
|
|
#manual
|
|
#mixer
|
|
#pingpong
|
|
#plugins
|
|
#pwg
|
|
#queue2
|
|
#queue3
|
|
#queue4
|
|
#retag
|
|
#thread
|
|
|
|
SUBDIRS = $(dirs) \
|
|
$(GST_LOADSAVE_DIRS)
|
|
|
|
DIST_SUBDIRS = $(dirs) xml typefind
|