summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-09 23:43:55 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-22 21:02:45 +0200
commita7a97b91398aee30856f34e28d23ea8f7ff59d76 (patch)
tree77a595c4f20c5d2862134df45c47dd902daaf375
parent30e5da107bb2389c26cc647c2cf7b866542dac64 (diff)
downloadgst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.gz
gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.bz2
gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.zip
Makefile.am: no static libs for plugins
-rw-r--r--gst/autoconvert/Makefile.am2
-rw-r--r--gst/camerabin/Makefile.am2
-rw-r--r--gst/dtmf/Makefile.am1
-rw-r--r--gst/liveadder/Makefile.am1
-rw-r--r--gst/mxf/Makefile.am1
-rw-r--r--gst/nuvdemux/Makefile.am2
-rw-r--r--gst/qtmux/Makefile.am1
-rw-r--r--gst/rtpmux/Makefile.am1
-rw-r--r--gst/siren/Makefile.am2
-rw-r--r--gst/valve/Makefile.am2
10 files changed, 13 insertions, 2 deletions
diff --git a/gst/autoconvert/Makefile.am b/gst/autoconvert/Makefile.am
index 5c799bde..22e8a676 100644
--- a/gst/autoconvert/Makefile.am
+++ b/gst/autoconvert/Makefile.am
@@ -5,3 +5,5 @@ libgstautoconvert_la_SOURCES = gstautoconvert.c gstautoconvert.h
libgstautoconvert_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstautoconvert_la_LIBADD = $(GST_LIBS_LIBS)
libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstautoconvert_la_LIBTOOLFLAGS = --tag=disable-static
+
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am
index 1f060b78..3691af85 100644
--- a/gst/camerabin/Makefile.am
+++ b/gst/camerabin/Makefile.am
@@ -30,7 +30,7 @@ libgstcamerabin_la_LIBADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la
libgstcamerabin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstcamerabin__la_LIBTOOLFLAGS = --tag=disable-static
+libgstcamerabin_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstcamerabin.h \
gstcamerabinxoverlay.h \
diff --git a/gst/dtmf/Makefile.am b/gst/dtmf/Makefile.am
index c96a3a41..3bdabbb4 100644
--- a/gst/dtmf/Makefile.am
+++ b/gst/dtmf/Makefile.am
@@ -13,4 +13,5 @@ noinst_HEADERS = gstdtmfsrc.h \
libgstdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) -lm
libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
+libgstdtmf_la_LIBTOOLFLAGS = --tag=disable-static
diff --git a/gst/liveadder/Makefile.am b/gst/liveadder/Makefile.am
index 3db27f48..e2783332 100644
--- a/gst/liveadder/Makefile.am
+++ b/gst/liveadder/Makefile.am
@@ -4,5 +4,6 @@ libgstliveadder_la_SOURCES = liveadder.c
libgstliveadder_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstliveadder_la_LIBADD = $(GST_LIBS_LIBS)
libgstliveadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-0.10
+libgstliveadder_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = liveadder.h
diff --git a/gst/mxf/Makefile.am b/gst/mxf/Makefile.am
index 499ac625..ed824355 100644
--- a/gst/mxf/Makefile.am
+++ b/gst/mxf/Makefile.am
@@ -20,6 +20,7 @@ libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS
libgstmxf_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-@GST_MAJORMINOR@
libgstmxf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstmxf_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
mxfquark.h \
diff --git a/gst/nuvdemux/Makefile.am b/gst/nuvdemux/Makefile.am
index 9a5b7e53..ef19fb63 100644
--- a/gst/nuvdemux/Makefile.am
+++ b/gst/nuvdemux/Makefile.am
@@ -5,6 +5,6 @@ libgstnuvdemux_la_CFLAGS = ${GST_CFLAGS}
libgstnuvdemux_la_LIBADD = $(GST_BASE_LIBS)
libgstnuvdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
libgstnuvdemux_la_SOURCES = gstnuvdemux.c
-libgstnuvdemuxla_LIBTOOLFLAGS = --tag=disable-static
+libgstnuvdemux_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstnuvdemux.h
diff --git a/gst/qtmux/Makefile.am b/gst/qtmux/Makefile.am
index e93ff67b..6bf65577 100644
--- a/gst/qtmux/Makefile.am
+++ b/gst/qtmux/Makefile.am
@@ -14,6 +14,7 @@ libgstqtmux_la_SOURCES = gstqtmux.c \
libgstqtmux_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstqtmux_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstqtmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstqtmux_la_LIBTOOLFLAGS = --tag=disable-static
# headers we need but don't want installed
noinst_HEADERS = gstqtmux.h \
diff --git a/gst/rtpmux/Makefile.am b/gst/rtpmux/Makefile.am
index be9bc080..17447ba6 100644
--- a/gst/rtpmux/Makefile.am
+++ b/gst/rtpmux/Makefile.am
@@ -5,6 +5,7 @@ libgstrtpmux_la_SOURCES = gstrtpmuxer.c gstrtpmux.c gstrtpdtmfmux.c
libgstrtpmux_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
libgstrtpmux_la_LIBADD = $(GST_LIBS_LIBS)
libgstrtpmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
+libgstrtpmux_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstrtpmux.h gstrtpdtmfmux.h
diff --git a/gst/siren/Makefile.am b/gst/siren/Makefile.am
index 1d81b3ff..56b6a3de 100644
--- a/gst/siren/Makefile.am
+++ b/gst/siren/Makefile.am
@@ -12,3 +12,5 @@ libgstsiren_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstsiren_la_LIBADD = $(GST_LIBS_LIBS) $(GST_BASE_LIBS) \
-lgstrtp-@GST_MAJORMINOR@ -lm
libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstsiren_la_LIBTOOLFLAGS = --tag=disable-static
+
diff --git a/gst/valve/Makefile.am b/gst/valve/Makefile.am
index 0e78b5ac..09ffadf2 100644
--- a/gst/valve/Makefile.am
+++ b/gst/valve/Makefile.am
@@ -5,3 +5,5 @@ libgstvalve_la_SOURCES = gstvalve.c gstvalve.h
libgstvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstvalve_la_LIBADD = $(GST_LIBS_LIBS)
libgstvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstvalve_la_LIBTOOLFLAGS = --tag=disable-static
+