summaryrefslogtreecommitdiffstats
path: root/ext/sndfile/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sndfile/Makefile.am')
-rw-r--r--ext/sndfile/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am
index c8fac77a..6312b7ec 100644
--- a/ext/sndfile/Makefile.am
+++ b/ext/sndfile/Makefile.am
@@ -5,5 +5,6 @@ libgstsndfile_la_SOURCES = gstsf.c gstsfsrc.c gstsfsink.c
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
libgstsndfile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstsndfile_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h