From 17748c3db1a4561daff16da26808df0db9503e97 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 2 Jun 2005 13:49:08 +0000 Subject: gst/udp/Makefile.am: Fix hack in makefile. Original commit message from CVS: * gst/udp/Makefile.am: Fix hack in makefile. --- 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 9f579ca5..6488b998 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-base/gst-libs/gst/net/libgstnet.la +libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstnet nodist_libgstudp_la_SOURCES = \ $(built_sources) -- cgit