summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/udp/Makefile.am')
-rw-r--r--gst/udp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/Makefile.am b/gst/udp/Makefile.am
index 58a727dd..3448ffaf 100644
--- a/gst/udp/Makefile.am
+++ b/gst/udp/Makefile.am
@@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstudp.la
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c
libgstudp_la_CFLAGS = $(GST_CFLAGS)
libgstudp_la_LIBADD = $(GST_LIBS)
-libgstudp_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
+libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstudpsink.h gstudpsrc.h