gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() not take...
[platform/upstream/gst-plugins-good.git] / tests / Makefile.am
1 if HAVE_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