mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
|
if HAVE_GST_CHECK
|
||
|
SUBDIRS_CHECK = check
|
||
|
else
|
||
|
SUBDIRS_CHECK =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(SUBDIRS_CHECK)
|
||
|
|
||
|
DIST_SUBDIRS = check
|