gstpad: Probes that return HANDLED can reset the data info field
[platform/upstream/gstreamer.git] / libs / gst / Makefile.am
1 if HAVE_CHECK
2 SUBDIRS_CHECK = check
3 else
4 SUBDIRS_CHECK =
5 endif
6
7 if GST_DISABLE_REGISTRY
8 SUBDIRS_HELPERS =
9 else
10 SUBDIRS_HELPERS = helpers
11 endif
12
13 SUBDIRS_ALWAYS = base controller net
14
15 SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_HELPERS)
16 DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check helpers