diff options
Diffstat (limited to 'ext/celt')
-rw-r--r-- | ext/celt/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/celt/Makefile.am b/ext/celt/Makefile.am index 7ed3cdff..38119d8d 100644 --- a/ext/celt/Makefile.am +++ b/ext/celt/Makefile.am @@ -11,5 +11,6 @@ libgstcelt_la_LIBADD = \ $(GST_LIBS) \ $(CELT_LIBS) libgstcelt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM) +libgstcelt_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstceltenc.h gstceltdec.h |