diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/udp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/Makefile.am b/gst/udp/Makefile.am index 6488b998..a72c7351 100644 --- a/gst/udp/Makefile.am +++ b/gst/udp/Makefile.am @@ -15,7 +15,7 @@ BUILT_SOURCES = $(built_sources) $(built_headers) libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS) libgstudp_la_LIBADD = -libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstnet +libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstnet-0.9 nodist_libgstudp_la_SOURCES = \ $(built_sources) |