diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/udp/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-06-02 Wim Taymans <wim@fluendo.com> + + * gst/udp/Makefile.am: + Fix hack in makefile. + 2005-06-02 Andy Wingo <wingo@pobox.com> * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata, 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) |