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