gstreamer/tests/Makefile.am

23 lines
331 B
Makefile
Raw Normal View History

if HAVE_GST_CHECK
CHECK_SUBDIRS= check
else
CHECK_SUBDIRS=
endif
if BUILD_EXAMPLES
EXAMPLES_SUBDIRS= examples
else
EXAMPLES_SUBDIRS=
endif
2013-01-05 15:02:03 +00:00
if BUILD_BENCHMARKS
BENCHMARKS_SUBDIR=benchmarks
else
BENCHMARKS_SUBDIR=
endif
SUBDIRS= $(CHECK_SUBDIRS) $(EXAMPLES_SUBDIRS) $(BENCHMARKS_SUBDIR)
2013-01-05 15:02:03 +00:00
DIST_SUBDIRS = check examples benchmarks