Remove bogus check for libcheck, since we check for gstreamer-check and it pulls...
[platform/upstream/gst-plugins-good.git] / tests / Makefile.am
1 if HAVE_GST_CHECK
2 SUBDIRS_CHECK = check
3 else
4 SUBDIRS_CHECK =
5 endif
6
7 if USE_X
8 SUBDIRS_ICLES = icles
9 else
10 SUBDIRS_ICLES =
11 endif
12
13 SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples files
14
15 DIST_SUBDIRS = check icles examples files
16