mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
11 lines
115 B
Makefile
11 lines
115 B
Makefile
|
if HAVE_GST_CHECK
|
||
|
CHECK_SUBDIRS= check
|
||
|
else
|
||
|
CHECK_SUBDIRS=
|
||
|
endif
|
||
|
|
||
|
SUBDIRS= $(CHECK_SUBDIRS)
|
||
|
|
||
|
DIST_SUBDIRS = check
|
||
|
|