diff options
Diffstat (limited to 'gst/spectrum/Makefile.am')
-rw-r--r-- | gst/spectrum/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am index b7c8397d..acc29f09 100644 --- a/gst/spectrum/Makefile.am +++ b/gst/spectrum/Makefile.am @@ -4,7 +4,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_LIBADD = libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstspectrum.h |