summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-06-02 14:02:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-06-02 14:02:29 +0000
commit9c4e915b9ed35e78c5764329d1fcfb7201741ddc (patch)
tree4348c2ecae9294329ffa5b2bab42d8b1a9b7d789 /gst/udp/Makefile.am
parent17748c3db1a4561daff16da26808df0db9503e97 (diff)
gst/udp/Makefile.am: Use versioned net lib.
Original commit message from CVS: * gst/udp/Makefile.am: Use versioned net lib.
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 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)