2.0 beta init
[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 if GST_EXT_USE_EXT_AUDIOTP
33 SUBDIRS += audiotp
34 endif
35
36 if GST_EXT_USE_EXT_SSDEMUX
37 #SUBDIRS += ssdemux
38 endif
39
40
41
42 DIST_SUBDIRS = common
43
44 if GST_EXT_USE_EXT_ENCODEBIN
45 DIST_SUBDIRS += encodebin
46 endif
47
48 if GST_EXT_USE_EXT_AVSYSTEM
49 DIST_SUBDIRS += avsystem
50 endif
51
52 if GST_EXT_USE_EXT_EVASIMAGESINK
53 DIST_SUBDIRS += evasimagesink
54 endif
55
56 if GST_EXT_USE_EXT_DRMSRC
57 DIST_SUBDIRS += drmsrc
58 endif
59
60 if GST_EXT_USE_EXT_TOGGLE
61 DIST_SUBDIRS += toggle
62 endif
63
64 if GST_EXT_USE_EXT_SSDEMUX
65 #DIST_SUBDIRS += ssdemux
66 endif
67
68
69
70 EXTRA_DIST = \
71         gstreamer.spec gstreamer.spec.in \
72         configure.ac autogen.sh depcomp \
73         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
74         $(win32)
75
76 check: check-exports
77