gstreamer/tests/Makefile.am
2013-01-10 11:11:31 -03:00

23 lines
331 B
Makefile

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