mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
8e6561be91
This is not needed any longer.
16 lines
293 B
Makefile
16 lines
293 B
Makefile
if HAVE_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if GST_DISABLE_REGISTRY
|
|
SUBDIRS_HELPERS =
|
|
else
|
|
SUBDIRS_HELPERS = helpers
|
|
endif
|
|
|
|
SUBDIRS_ALWAYS = base controller net
|
|
|
|
SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_HELPERS)
|
|
DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check helpers
|