mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
libs/gst/check/Makefile.am: Don't add an explicit link to libgstreamer-0.10.la; it's already included in GST_OBJ_LIBS.
Original commit message from CVS: * libs/gst/check/Makefile.am: Don't add an explicit link to libgstreamer-0.10.la; it's already included in GST_OBJ_LIBS.
This commit is contained in:
parent
37dbd31f72
commit
18c5c020d3
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-04-28 Michael Smith <msmith@songbirdnest.com>
|
||||||
|
|
||||||
|
* libs/gst/check/Makefile.am:
|
||||||
|
Don't add an explicit link to libgstreamer-0.10.la; it's already
|
||||||
|
included in GST_OBJ_LIBS.
|
||||||
|
|
||||||
2008-04-28 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-04-28 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/gst.c:
|
* gst/gst.c:
|
||||||
|
|
|
@ -7,8 +7,7 @@ libgstcheck_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstcheck.c
|
gstcheck.c
|
||||||
|
|
||||||
libgstcheck_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
libgstcheck_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
||||||
libgstcheck_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) \
|
libgstcheck_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) $(LIBM)
|
||||||
$(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la $(LIBM)
|
|
||||||
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_CHECK_LIB_LDFLAGS) \
|
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_CHECK_LIB_LDFLAGS) \
|
||||||
$(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
$(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue