1if BUILD_EXAMPLES 2SUBDIRS_EXAMPLES = examples 3else 4SUBDIRS_EXAMPLES = 5endif 6 7if HAVE_GST_CHECK 8SUBDIRS_CHECK = check 9else 10SUBDIRS_CHECK = 11endif 12 13if USE_X 14SUBDIRS_ICLES = icles 15else 16SUBDIRS_ICLES = 17endif 18 19SUBDIRS = \ 20 $(SUBDIRS_CHECK) \ 21 $(SUBDIRS_EXAMPLES) \ 22 $(SUBDIRS_ICLES) 23 24DIST_SUBDIRS = \ 25 check \ 26 examples \ 27 files \ 28 icles 29