diff options
Diffstat (limited to 'gst/stereo')
-rw-r--r-- | gst/stereo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/stereo/Makefile.am b/gst/stereo/Makefile.am index c420570d..2ddc30f4 100644 --- a/gst/stereo/Makefile.am +++ b/gst/stereo/Makefile.am @@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgststereo.la libgststereo_la_SOURCES = gststereo.c libgststereo_la_CFLAGS = $(GST_CFLAGS) libgststereo_la_LIBADD = $(GST_LIBS) -libgststereo_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ +libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gststereo.h |