diff options
Diffstat (limited to 'ext/lcs/Makefile.am')
-rw-r--r-- | ext/lcs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/lcs/Makefile.am b/ext/lcs/Makefile.am index 15a029ea..9ceaa85c 100644 --- a/ext/lcs/Makefile.am +++ b/ext/lcs/Makefile.am @@ -4,3 +4,5 @@ libgstlcscolorspace_la_SOURCES = gstcolorspace.c libgstlcscolorspace_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS) libgstlcscolorspace_la_LIBADD = $(LCS_LIBS) libgstlcscolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstlcscolorspace_la_LIBTOOLFLAGS = --tag=disable-static + |