e8e3e2014a7f695cf3560a93a787fc15ba22c4f1
[framework/multimedia/gst-plugins-ext0.10.git] / wearable / 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_EVASPIXMAPSINK
21 SUBDIRS += evaspixmapsink
22 endif
23
24 if GST_EXT_USE_EXT_XVIMAGESRC
25 SUBDIRS += xvimagesrc
26 endif
27
28 if GST_EXT_USE_EXT_TOGGLE
29 SUBDIRS += toggle
30 endif
31
32 if GST_EXT_USE_EXT_PD_PUSHSRC
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 if GST_EXT_USE_EXT_DASHDEMUX
45 SUBDIRS += dashdemux
46 endif
47
48 DIST_SUBDIRS = common
49
50 if GST_EXT_USE_EXT_ENCODEBIN
51 DIST_SUBDIRS += encodebin
52 endif
53
54 if GST_EXT_USE_EXT_AVSYSTEM
55 DIST_SUBDIRS += avsystem
56 endif
57
58 if GST_EXT_USE_EXT_EVASIMAGESINK
59 DIST_SUBDIRS += evasimagesink
60 endif
61
62 if GST_EXT_USE_EXT_XVIMAGESRC
63 DIST_SUBDIRS += xvimagesrc
64 endif
65
66 if GST_EXT_USE_EXT_TOGGLE
67 DIST_SUBDIRS += toggle
68 endif
69
70 if GST_EXT_USE_EXT_DASHDEMUX
71 DIST_SUBDIRS += dashdemux
72 endif
73
74 EXTRA_DIST = \
75         gstreamer.spec gstreamer.spec.in \
76         configure.ac autogen.sh depcomp \
77         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
78         $(win32)
79
80 check: check-exports
81