gstreamer/tests/Makefile.am
Thomas Vander Stichele 4e55e480e1 add stress test for xoverlay from Julien
Original commit message from CVS:
add stress test for xoverlay from Julien
2005-12-01 14:50:24 +00:00

22 lines
258 B
Makefile

if BUILD_EXAMPLES
SUBDIRS_EXAMPLES = examples
else
SUBDIRS_EXAMPLES =
endif
if HAVE_CHECK
SUBDIRS_CHECK = check
else
SUBDIRS_CHECK =
endif
SUBDIRS = \
$(SUBDIRS_CHECK) \
$(SUBDIRS_EXAMPLES) \
icles
DIST_SUBDIRS = \
check \
examples \
icles