tests/icles/Makefile.am: This needs -lm.
authorStefan Kost <ensonic@users.sourceforge.net>
Fri, 20 Jul 2007 06:13:21 +0000 (06:13 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Fri, 20 Jul 2007 06:13:21 +0000 (06:13 +0000)
Original commit message from CVS:
* tests/icles/Makefile.am:
This needs -lm.

ChangeLog
tests/icles/Makefile.am

index b7f168f..44e0aad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-20  Stefan Kost  <ensonic@users.sf.net>
+
+       * tests/icles/Makefile.am:
+         This needs -lm.
+
 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
 
        * gst-libs/gst/rtp/gstbasertppayload.c:
index 255a77d..8fe7248 100644 (file)
@@ -3,7 +3,7 @@ X_TESTS = stress-xoverlay
 
 stress_xoverlay_SOURCES = stress-xoverlay.c
 stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
-stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS)
+stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS) -lm
 stress_xoverlay_LDADD = \
        $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
 else