From 59c9b655e1eaefd977d74721177c4f028146aecc Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 13 Aug 2005 11:58:03 +0000 Subject: Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9 Original commit message from CVS: * ext/mad/Makefile.am: * gst/avi/Makefile.am: * gst/effectv/Makefile.am: * gst/udp/Makefile.am: * gst/wavparse/Makefile.am: Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9 --- 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 32d19137..e950778b 100644 --- a/gst/udp/Makefile.am +++ b/gst/udp/Makefile.am @@ -14,7 +14,7 @@ BUILT_SOURCES = $(built_sources) $(built_headers) libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c gstdynudpsink.c libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-0.9 +libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-@GST_MAJORMINOR@ libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) nodist_libgstudp_la_SOURCES = \ -- cgit