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