gstreamer/: GstStructure and GstTagList foreach() support.
[platform/upstream/gstreamer.git] / Makefile.am
1 if BUILD_DOCS
2 SUBDIRS_DOCS = docs
3 else
4 SUBDIRS_DOCS =
5 endif
6
7 if GST_0_6
8 INTERFACESDIR =
9 PLAYDIR =
10 else
11 INTERFACESDIR = gstinterfaces
12 PLAYDIR = gstplay
13 endif
14
15 UNCONDDIRS = gstreamer pkgconfig examples testsuite
16 SUBDIRS = \
17         $(UNCONDDIRS) \
18         $(INTERFACESDIR) \
19         $(PLAYDIR) \
20         $(SUBDIRS_DOCS)
21 DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces gstplay
22
23 EXTRA_DIST = \
24         gst-python.spec.in gst-python.spec README-docs
25
26 snap:
27         $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`