diff options
Diffstat (limited to 'gst/dtmf')
-rw-r--r-- | gst/dtmf/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/dtmf/Makefile.am b/gst/dtmf/Makefile.am index c96a3a41..3bdabbb4 100644 --- a/gst/dtmf/Makefile.am +++ b/gst/dtmf/Makefile.am @@ -13,4 +13,5 @@ noinst_HEADERS = gstdtmfsrc.h \ libgstdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) -lm libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ +libgstdtmf_la_LIBTOOLFLAGS = --tag=disable-static |