diff options
Diffstat (limited to 'ext/spandsp/Makefile.am')
-rw-r--r-- | ext/spandsp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spandsp/Makefile.am b/ext/spandsp/Makefile.am index bd76a9337..95ab3d91e 100644 --- a/ext/spandsp/Makefile.am +++ b/ext/spandsp/Makefile.am @@ -5,6 +5,6 @@ libgstspandsp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SPANDSP_CFL libgstspandsp_la_LIBADD = $(SPANDSP_LIBS) $(GST_PLUGINS_BASE_LIBS) \ $(GST_BASE_LIBS) $(GST_LIBS) libgstspandsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstspandsp_la_LIBTOOLFLAGS = --tag=disable-static +libgstspandsp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstspanplc.h gstdtmfdetect.h |