diff options
Diffstat (limited to 'gst/spectrum')
-rw-r--r-- | gst/spectrum/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am index 370478da..79791cbf 100644 --- a/gst/spectrum/Makefile.am +++ b/gst/spectrum/Makefile.am @@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstspectrum.la libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c libgstspectrum_la_CFLAGS = $(GST_CFLAGS) libgstspectrum_la_LIBADD = $(GST_LIBS) +libgstspectrum_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstspectrum.h |