gstreamer/tests/Makefile.am
2011-08-31 11:05:02 -07:00

16 lines
219 B
Makefile

if HAVE_GST_CHECK
CHECK_SUBDIRS= check
else
CHECK_SUBDIRS=
endif
if BUILD_EXAMPLES
EXAMPLES_SUBDIRS= examples
else
EXAMPLES_SUBDIRS=
endif
SUBDIRS= $(CHECK_SUBDIRS) $(EXAMPLES_SUBDIRS)
DIST_SUBDIRS = check examples