mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
libs/gst/control/Makefile.am: link to libgstreamer (fixes Debian bug 262019, see http://bugs.debian.org/cgi-bin/bugre...
Original commit message from CVS: * libs/gst/control/Makefile.am: link to libgstreamer (fixes Debian bug 262019, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
This commit is contained in:
parent
ab1a23ffa2
commit
d664509a68
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-07-29 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* libs/gst/control/Makefile.am:
|
||||
link to libgstreamer (fixes Debian bug 262019, see
|
||||
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
|
||||
|
||||
2004-07-29 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* testsuite/caps/fraction-convert.c: (check_from_double_convert),
|
||||
|
|
|
@ -22,10 +22,10 @@ libgstcontrol_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
unitconvert.c \
|
||||
dplinearinterp.c
|
||||
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@ $(as_libtool_LDFLAGS)
|
||||
# control uses log and exp, so we need -lm if xml is disabled
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIB_LIBS) -lm
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) -lm
|
||||
|
||||
install-data-local: as-libtool-install-data-local
|
||||
|
||||
|
|
Loading…
Reference in a new issue