upload tizen1.0 source
[framework/multimedia/gst-plugins-ext0.10.git] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I common/m4
3
4 aclocaldir = $(datadir)/aclocal
5
6 SUBDIRS = common
7
8 if GST_EXT_USE_EXT_ENCODEBIN
9 SUBDIRS += encodebin
10 endif
11
12 if GST_EXT_USE_EXT_AVSYSTEM
13 SUBDIRS += avsystem
14 endif
15
16 if GST_EXT_USE_EXT_EVASIMAGESINK
17 SUBDIRS += evasimagesink
18 endif
19
20 if GST_EXT_USE_EXT_DRMSRC
21 SUBDIRS += drmsrc
22 endif
23
24 if GST_EXT_USE_EXT_TOGGLE
25 SUBDIRS += toggle
26 endif
27
28 if GST_EXT_USE_EXT_AVSYSTEM
29 SUBDIRS += pdpushsrc
30 endif
31
32 DIST_SUBDIRS = common
33
34 if GST_EXT_USE_EXT_ENCODEBIN
35 DIST_SUBDIRS += encodebin
36 endif
37
38 if GST_EXT_USE_EXT_AVSYSTEM
39 DIST_SUBDIRS += avsystem
40 endif
41
42 if GST_EXT_USE_EXT_EVASIMAGESINK
43 DIST_SUBDIRS += evasimagesink
44 endif
45
46 if GST_EXT_USE_EXT_DRMSRC
47 DIST_SUBDIRS += drmsrc
48 endif
49
50 if GST_EXT_USE_EXT_TOGGLE
51 DIST_SUBDIRS += toggle
52 endif
53
54
55 EXTRA_DIST = \
56         gstreamer.spec gstreamer.spec.in \
57         configure.ac autogen.sh depcomp \
58         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
59         $(win32)
60
61 check: check-exports
62