diff options
Diffstat (limited to 'gst/patchdetect/Makefile.am')
-rw-r--r-- | gst/patchdetect/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/patchdetect/Makefile.am b/gst/patchdetect/Makefile.am index 7c0e564d3..fb440af34 100644 --- a/gst/patchdetect/Makefile.am +++ b/gst/patchdetect/Makefile.am @@ -14,7 +14,9 @@ libgstpatchdetect_la_LIBADD = \ $(GST_LIBS) \ $(LIBM) libgstpatchdetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +if !GST_PLUGIN_BUILD_STATIC libgstpatchdetect_la_LIBTOOLFLAGS = --tag=disable-static +endif noinst_HEADERS = gstpatchdetect.h |