configure.ac: Remove idct and resample libs
[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         riff \
23         tag \
24         tuner \
25         video \
26         xoverlay \
27         $(X_DIR) \
28         . \
29         play
30
31 DIST_SUBDIRS = \
32         audio \
33         colorbalance \
34         floatcast \
35         gconf \
36         media-info \
37         mixer \
38         navigation \
39         play \
40         propertyprobe \
41         riff \
42         tag \
43         tuner \
44         video \
45         xoverlay \
46         xwindowlistener
47
48
49 lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
50
51 libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = 
52
53 libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
54         colorbalance/libgstcolorbalance.la \
55         mixer/libgstmixer.la \
56         navigation/libgstnavigation.la \
57         propertyprobe/libgstpropertyprobe.la \
58         tuner/libgsttuner.la \
59         xoverlay/libgstxoverlay.la \
60         $(GST_LIBS)
61
62 libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
63
64 noinst_HEADERS = gettext.h gst-i18n-plugin.h