diff options
Diffstat (limited to 'ext/ivorbis/Makefile.am')
-rw-r--r-- | ext/ivorbis/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ivorbis/Makefile.am b/ext/ivorbis/Makefile.am index de6f2f45..9fbea14c 100644 --- a/ext/ivorbis/Makefile.am +++ b/ext/ivorbis/Makefile.am @@ -8,5 +8,6 @@ libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-@GST_MAJORMINOR@ libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstivorbis_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = vorbisdec.h vorbisenc.h |