fix build system for X, XShm and Xv
[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 = audio colorbalance floatcast \
14                 $(GCONF_DIR) idct media-info \
15                 mixer navigation play propertyprobe \
16                 resample riff tuner video \
17                 xoverlay $(X_DIR)
18
19 DIST_SUBDIRS = audio colorbalance floatcast \
20                 gconf idct media-info \
21                 mixer navigation play propertyprobe \
22                 resample riff tuner video \
23                 xoverlay xwindowlistener
24
25
26 lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
27
28 libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = 
29
30 libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
31         colorbalance/libgstcolorbalance.la \
32         mixer/libgstmixer.la \
33         navigation/libgstnavigation.la \
34         propertyprobe/libgstpropertyprobe.la \
35         tuner/libgsttuner.la \
36         xoverlay/libgstxoverlay.la \
37         $(GST_LIBS)
38
39 libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
40