diff options
Diffstat (limited to 'ext/shout')
-rw-r--r-- | ext/shout/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/shout/Makefile.am b/ext/shout/Makefile.am index d0dd3851..71fcc49b 100644 --- a/ext/shout/Makefile.am +++ b/ext/shout/Makefile.am @@ -5,5 +5,6 @@ libgstshout_la_SOURCES = gstshout.c libgstshout_la_CFLAGS = $(GST_CFLAGS) libgstshout_la_LIBADD = $(SHOUT_LIBS) libgstshout_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstshout_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstshout.h |