mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
4e55e480e1
Original commit message from CVS: add stress test for xoverlay from Julien
21 lines
258 B
Makefile
21 lines
258 B
Makefile
if BUILD_EXAMPLES
|
|
SUBDIRS_EXAMPLES = examples
|
|
else
|
|
SUBDIRS_EXAMPLES =
|
|
endif
|
|
|
|
if HAVE_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
$(SUBDIRS_CHECK) \
|
|
$(SUBDIRS_EXAMPLES) \
|
|
icles
|
|
|
|
DIST_SUBDIRS = \
|
|
check \
|
|
examples \
|
|
icles
|