mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
13 lines
192 B
Makefile
13 lines
192 B
Makefile
|
if ENABLE_GTK_DOC
|
||
|
GTK_DOC_DIRS = plugins
|
||
|
else
|
||
|
GTK_DOC_DIRS =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(GTK_DOC_DIRS)
|
||
|
DIST_SUBDIRS = plugins
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
random/ChangeLog-0.8 \
|
||
|
version.entities.in
|