mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
34 lines
395 B
Makefile
34 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
|