gstreamer/tests/examples/Makefile.am
Stefan Kost 617a0fc50e tests/playback: due to popular demand mv them from examples to icles
The tests are toys and not reference demos.
2010-08-12 12:27:58 +03:00

15 lines
290 B
Makefile

if HAVE_FT2
FT2_SUBDIRS = seek snapshot
else
FT2_SUBDIRS =
endif
if USE_GIO
GIO_SUBDIRS = gio
endif
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay volume v4l
DIST_SUBDIRS = app dynamic gio overlay seek snapshot volume v4l
include $(top_srcdir)/common/parallel-subdirs.mak