gstreamer/tests/Makefile.am
Thibault Saunier e1fcd42a19 examples: Move all examples to the root dir and create foldersdir per language
+ Add some markdown files to link between languages
+ Add a simple 'play timeline with one clip" example in C and python
2015-12-21 15:35:17 +01:00

23 lines
334 B
Makefile

if HAVE_GST_CHECK
CHECK_SUBDIRS= check
else
CHECK_SUBDIRS=
endif
if BUILD_BENCHMARKS
BENCHMARKS_SUBDIR=benchmarks
else
BENCHMARKS_SUBDIR=
endif
if HAVE_GST_VALIDATE
VALIDATE_SUBDIRS= validate
else
VALIDATE_SUBDIRS=
endif
SUBDIRS= $(CHECK_SUBDIRS) $(BENCHMARKS_SUBDIR) $(VALIDATE_SUBDIRS)
DIST_SUBDIRS = check benchmarks validate