Move examples directory to tests/examples as in every other GStreamer module
[platform/upstream/gstreamer.git] / tests / Makefile.am
1 if HAVE_GST_CHECK
2 SUBDIRS_CHECK = check
3 else
4 SUBDIRS_CHECK =
5 endif
6
7 if BUILD_EXAMPLES
8 SUBDIRS_EXAMPLES = examples
9 else
10 SUBDIRS_EXAMPLES =
11 endif
12
13 SUBDIRS = icles                 \
14         $(SUBDIRS_CHECK)        \
15         $(SUBDIRS_EXAMPLES)
16
17 DIST_SUBDIRS = icles            \
18         check                   \
19         examples
20