mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
c32233b7fc
Original commit message from CVS: added controller code removed dparam pc files
28 lines
373 B
Makefile
28 lines
373 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
dirs = \
|
|
helloworld \
|
|
queue \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
controller \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
pwg \
|
|
retag
|
|
|
|
#queue2 \
|
|
#queue3 \
|
|
#queue4
|
|
|
|
SUBDIRS = $(dirs) \
|
|
$(GST_LOADSAVE_DIRS)
|
|
|
|
DIST_SUBDIRS = $(dirs) xml typefind
|