diff options
Diffstat (limited to 'ext/speex/Makefile.am')
-rw-r--r-- | ext/speex/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am index 1a426ba9..80abe5e3 100644 --- a/ext/speex/Makefile.am +++ b/ext/speex/Makefile.am @@ -11,5 +11,6 @@ libgstspeex_la_LIBADD = \ $(GST_LIBS) \ $(SPEEX_LIBS) libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM) +libgstspeex_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstspeexenc.h gstspeexdec.h |