mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
|
SUBDIRS =
|
||
|
|
||
|
if BUILD_GTK_DOC
|
||
|
SUBDIRS += reference
|
||
|
endif
|
||
|
|
||
|
DIST_SUBDIRS = reference
|
||
|
|
||
|
# Extra clean files so that maintainer-clean removes *everything*
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|