diff options
Diffstat (limited to 'gst/spectrum')
-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 79791cbf..b7c8397d 100644 --- a/gst/spectrum/Makefile.am +++ b/gst/spectrum/Makefile.am @@ -5,7 +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@ +libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstspectrum.h |