diff options
Diffstat (limited to 'gst/smooth')
-rw-r--r-- | gst/smooth/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/smooth/Makefile.am b/gst/smooth/Makefile.am index c2dedd91..a640d962 100644 --- a/gst/smooth/Makefile.am +++ b/gst/smooth/Makefile.am @@ -5,5 +5,6 @@ libgstsmooth_la_SOURCES = gstsmooth.c libgstsmooth_la_CFLAGS = $(GST_CFLAGS) libgstsmooth_la_LIBADD = libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstsmooth_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstsmooth.h |