gstreamer/tests/Makefile.am
Thomas Vander Stichele 99d8cf0d15 add taglib checks and docs
Original commit message from CVS:
add taglib checks and docs
2006-04-01 16:50:49 +00:00

20 lines
215 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)
DIST_SUBDIRS = \
check \
icles