diff options
Diffstat (limited to 'gst/stereo')
-rw-r--r-- | gst/stereo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/stereo/Makefile.am b/gst/stereo/Makefile.am index 1976ebac..c420570d 100644 --- a/gst/stereo/Makefile.am +++ b/gst/stereo/Makefile.am @@ -5,6 +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@ noinst_HEADERS = gststereo.h |