Jan Schmidt | 4eb0f04 | 2007-07-13 16:46:00 +0000 | [diff] [blame] | 1 | if HAVE_GST_CHECK |
Thomas Vander Stichele | 99d8cf0 | 2006-04-01 16:50:49 +0000 | [diff] [blame] | 2 | SUBDIRS_CHECK = check |
| 3 | else |
| 4 | SUBDIRS_CHECK = |
| 5 | endif |
| 6 | |
Sebastian Dröge | f0ae68d | 2009-02-24 16:33:51 +0100 | [diff] [blame] | 7 | if BUILD_EXAMPLES |
| 8 | SUBDIRS_EXAMPLES = examples |
| 9 | else |
| 10 | SUBDIRS_EXAMPLES = |
| 11 | endif |
| 12 | |
Tim-Philipp Müller | c250417 | 2010-11-03 00:04:27 +0000 | [diff] [blame] | 13 | SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_EXAMPLES) files icles |
Zaheer Abbas Merali | 7becef8 | 2006-03-31 17:52:36 +0000 | [diff] [blame] | 14 | |
Tim-Philipp Müller | c250417 | 2010-11-03 00:04:27 +0000 | [diff] [blame] | 15 | DIST_SUBDIRS = check examples files icles |