Blame tests/Makefile.am

Packit 971217
if BUILD_EXAMPLES
Packit 971217
SUBDIRS_EXAMPLES = examples
Packit 971217
else
Packit 971217
SUBDIRS_EXAMPLES =
Packit 971217
endif
Packit 971217
Packit 971217
if HAVE_GST_CHECK
Packit 971217
SUBDIRS_CHECK = check
Packit 971217
else
Packit 971217
SUBDIRS_CHECK =
Packit 971217
endif
Packit 971217
Packit 971217
if USE_X
Packit 971217
SUBDIRS_ICLES = icles
Packit 971217
else
Packit 971217
SUBDIRS_ICLES =
Packit 971217
endif
Packit 971217
Packit 971217
SUBDIRS = 			\
Packit 971217
	$(SUBDIRS_CHECK)	\
Packit 971217
	$(SUBDIRS_EXAMPLES)	\
Packit 971217
	$(SUBDIRS_ICLES)
Packit 971217
Packit 971217
DIST_SUBDIRS = 			\
Packit 971217
	check			\
Packit 971217
	examples		\
Packit 971217
	files			\
Packit 971217
	icles