diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-03-09 23:43:55 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-03-22 21:02:45 +0200 |
commit | a7a97b91398aee30856f34e28d23ea8f7ff59d76 (patch) | |
tree | 77a595c4f20c5d2862134df45c47dd902daaf375 /gst/nuvdemux/Makefile.am | |
parent | 30e5da107bb2389c26cc647c2cf7b866542dac64 (diff) | |
download | gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.gz gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.bz2 gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.zip |
Makefile.am: no static libs for plugins
Diffstat (limited to 'gst/nuvdemux/Makefile.am')
-rw-r--r-- | gst/nuvdemux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |