summaryrefslogtreecommitdiff
path: root/gst/camerabin
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 /gst/camerabin
parent30e5da107bb2389c26cc647c2cf7b866542dac64 (diff)
Makefile.am: no static libs for plugins
Diffstat (limited to 'gst/camerabin')
-rw-r--r--gst/camerabin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am
index 1f060b78e..3691af854 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 \