gst-libs/gst/Makefile.am: Remove idct. It hasn't been used in gst-plugins in a long...
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
1 if USE_GCONF
2 GCONF_DIR = gconf
3 else
4 GCONF_DIR =
5 endif
6
7 if USE_X
8 X_DIR = xwindowlistener
9 else
10 X_DIR =
11 endif
12
13 SUBDIRS = \
14         audio \
15         colorbalance \
16         floatcast \
17         $(GCONF_DIR) \
18         media-info \
19         mixer \
20         navigation \
21         propertyprobe \
22         resample \
23         riff \
24         tag \
25         tuner \
26         video \
27         xoverlay \
28         $(X_DIR) \
29         . \
30         play
31
32 DIST_SUBDIRS = \
33         audio \
34         colorbalance \
35         floatcast \
36         gconf \
37         media-info \
38         mixer \
39         navigation \
40         play \
41         propertyprobe \
42         resample \
43         riff \
44         tag \
45         tuner \
46         video \
47         xoverlay \
48         xwindowlistener
49
50
51 lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
52
53 libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = 
54
55 libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
56         colorbalance/libgstcolorbalance.la \
57         mixer/libgstmixer.la \
58         navigation/libgstnavigation.la \
59         propertyprobe/libgstpropertyprobe.la \
60         tuner/libgsttuner.la \
61         xoverlay/libgstxoverlay.la \
62         $(GST_LIBS)
63
64 libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
65
66 noinst_HEADERS = gettext.h gst-i18n-plugin.h