mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
10 lines
183 B
Makefile
10 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
|