mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
e266d52acf
Fixes: #657707.
16 lines
219 B
Makefile
16 lines
219 B
Makefile
if HAVE_GST_CHECK
|
|
CHECK_SUBDIRS= check
|
|
else
|
|
CHECK_SUBDIRS=
|
|
endif
|
|
|
|
if BUILD_EXAMPLES
|
|
EXAMPLES_SUBDIRS= examples
|
|
else
|
|
EXAMPLES_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS= $(CHECK_SUBDIRS) $(EXAMPLES_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = check examples
|
|
|