From 9c4e915b9ed35e78c5764329d1fcfb7201741ddc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 2 Jun 2005 14:02:29 +0000 Subject: gst/udp/Makefile.am: Use versioned net lib. Original commit message from CVS: * gst/udp/Makefile.am: Use versioned net lib. --- gst/udp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/udp') 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) -- cgit