mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
if HAVE_GST_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_CHECK) files
|
|
|
|
DIST_SUBDIRS = check files
|