mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
gst/udp/Makefile.am: Fix hack in makefile.
Original commit message from CVS: * gst/udp/Makefile.am: Fix hack in makefile.
This commit is contained in:
parent
92bcdc6489
commit
17748c3db1
2 changed files with 6 additions and 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,
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue