gstreamer/tests/Makefile.am
Thomas Vander Stichele 120ffbe5ce add ximagesrc icles test
Original commit message from CVS:

* configure.ac:
* tests/Makefile.am:
add ximagesrc icles test
2006-04-28 19:15:08 +00:00

17 lines
214 B
Makefile

if HAVE_CHECK
SUBDIRS_CHECK = check
else
SUBDIRS_CHECK =
endif
if USE_X
SUBDIRS_ICLES = icles
else
SUBDIRS_ICLES =
endif
SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples
DIST_SUBDIRS = check icles examples