mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
4f91b6f873
Most of the boilerplate and the states test has been copied from gst-plugins-good. https://bugzilla.gnome.org/show_bug.cgi?id=789094
9 lines
117 B
Makefile
9 lines
117 B
Makefile
if HAVE_GST_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_CHECK)
|
|
|
|
DIST_SUBDIRS = check
|