mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
20 lines
253 B
Makefile
20 lines
253 B
Makefile
if HAVE_GST_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS_EXAMPLES = examples
|
|
else
|
|
SUBDIRS_EXAMPLES =
|
|
endif
|
|
|
|
SUBDIRS = icles \
|
|
$(SUBDIRS_CHECK) \
|
|
$(SUBDIRS_EXAMPLES)
|
|
|
|
DIST_SUBDIRS = icles \
|
|
check \
|
|
examples
|
|
|