mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
a0e8e56d8d
Original commit message from CVS: fix docs build fix make distcheck
25 lines
347 B
Makefile
25 lines
347 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
dirs = \
|
|
helloworld \
|
|
queue \
|
|
queue2 \
|
|
queue3 \
|
|
queue4 \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
retag
|
|
|
|
SUBDIRS = $(dirs) \
|
|
$(GST_LOADSAVE_DIRS)
|
|
|
|
DIST_SUBDIRS = $(dirs) xml typefind
|