Tizen 2.0 Release
[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_XVIMAGESRC
21 SUBDIRS += xvimagesrc
22 endif
23
24 if GST_EXT_USE_EXT_DRMSRC
25 SUBDIRS += drmsrc
26 endif
27
28 if GST_EXT_USE_EXT_TOGGLE
29 SUBDIRS += toggle
30 endif
31
32 if GST_EXT_USE_EXT_AVSYSTEM
33 SUBDIRS += pdpushsrc
34 endif
35
36 if GST_EXT_USE_EXT_AUDIOTP
37 SUBDIRS += audiotp
38 endif
39
40 if GST_EXT_USE_EXT_AUDIOEQ
41 SUBDIRS += audioeq
42 endif
43
44 DIST_SUBDIRS = common
45
46 if GST_EXT_USE_EXT_ENCODEBIN
47 DIST_SUBDIRS += encodebin
48 endif
49
50 if GST_EXT_USE_EXT_AVSYSTEM
51 DIST_SUBDIRS += avsystem
52 endif
53
54 if GST_EXT_USE_EXT_EVASIMAGESINK
55 DIST_SUBDIRS += evasimagesink
56 endif
57
58 if GST_EXT_USE_EXT_XVIMAGESRC
59 DIST_SUBDIRS += xvimagesrc
60 endif
61
62 if GST_EXT_USE_EXT_DRMSRC
63 DIST_SUBDIRS += drmsrc
64 endif
65
66 if GST_EXT_USE_EXT_TOGGLE
67 DIST_SUBDIRS += toggle
68 endif
69
70
71 EXTRA_DIST = \
72         gstreamer.spec gstreamer.spec.in \
73         configure.ac autogen.sh depcomp \
74         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
75         $(win32)
76
77 check: check-exports
78