gst/elements/gsttee.c: Remove usage of gst_pad_proxy_fixate.
[platform/upstream/gstreamer.git] / Makefile.am
1 PACKAGE = @PACKAGE@
2 VERSION = @VERSION@
3
4 if BUILD_DOCS
5 SUBDIRS_DOCS = docs
6 else
7 SUBDIRS_DOCS =
8 endif
9
10 if BUILD_TESTS
11 SUBDIRS_TESTS = tests testsuite
12 else
13 SUBDIRS_TESTS =
14 endif
15
16 if BUILD_EXAMPLES
17 SUBDIRS_EXAMPLES = examples
18 else
19 SUBDIRS_EXAMPLES =
20 endif
21
22 all-local: gst-element-check-@GST_MAJORMINOR@.m4
23
24 gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
25         cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
26
27 ACLOCAL_AMFLAGS = -I common/m4
28
29 aclocaldir = $(datadir)/aclocal
30 aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
31
32 SUBDIRS = include gst libs tools \
33         $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
34         pkgconfig po \
35         $(SUBDIRS_DOCS)
36
37 # These are all the possible subdirs
38 DIST_SUBDIRS = include libs gst \
39         tools \
40         tests testsuite \
41         examples \
42         pkgconfig \
43         po \
44         docs
45
46 EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
47              configure.ac autogen.sh depcomp \
48              REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
49              idiottest.mak common
50
51 CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
52
53 dist-hook:
54         cp gstreamer.spec $(distdir)
55         rm -rf `find $(distdir)/common -name CVS`
56
57 rpm: dist
58         rpm -ta $(distdir).tar.gz
59
60 include $(top_srcdir)/idiottest.mak
61