1if HAVE_GST_CHECK 2SUBDIRS_CHECK = check 3else 4SUBDIRS_CHECK = 5endif 6 7if BUILD_EXAMPLES 8SUBDIRS_EXAMPLES = examples 9else 10SUBDIRS_EXAMPLES = 11endif 12 13SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_EXAMPLES) files icles 14 15DIST_SUBDIRS = check examples files icles 16