mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
12 lines
149 B
Makefile
12 lines
149 B
Makefile
|
if ENABLE_GTK_DOC
|
||
|
DOCS_SUBDIRS = libs
|
||
|
else
|
||
|
DOCS_SUBDIRS =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(DOCS_SUBDIRS)
|
||
|
DIST_SUBDIRS = libs
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
version.entities.in
|