diff options
Diffstat (limited to 'ext/sndfile')
-rw-r--r-- | ext/sndfile/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am index c8fac77ad..6312b7ecd 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 |