gst/udp/Makefile.am: Fix hack in makefile.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 2 Jun 2005 13:49:08 +0000 (13:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 2 Jun 2005 13:49:08 +0000 (13:49 +0000)
Original commit message from CVS:
* gst/udp/Makefile.am:
Fix hack in makefile.

ChangeLog
gst/udp/Makefile.am

index afc6e1d..2dea62c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 9f579ca..6488b99 100644 (file)
@@ -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)