diff options
Diffstat (limited to 'gst/smoothwave/Makefile.am')
-rw-r--r-- | gst/smoothwave/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smoothwave/Makefile.am b/gst/smoothwave/Makefile.am index db3ea5a6c..6f62dc8a0 100644 --- a/gst/smoothwave/Makefile.am +++ b/gst/smoothwave/Makefile.am @@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstsmoothwave.la libgstsmoothwave_la_SOURCES = gstsmoothwave.c libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) libgstsmoothwave_la_LIBADD = $(GST_LIBS) $(GTK_LIBS) -libgstsmoothwave_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ +libgstsmoothwave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsmoothwave.h |