From: Stefan Kost Date: Fri, 20 Jul 2007 06:13:21 +0000 (+0000) Subject: tests/icles/Makefile.am: This needs -lm. X-Git-Tag: RELEASE-0_10_14~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f50d9ab5800364713872105d995bd25a82a66aa6;p=platform%2Fupstream%2Fgst-plugins-base.git tests/icles/Makefile.am: This needs -lm. Original commit message from CVS: * tests/icles/Makefile.am: This needs -lm. --- diff --git a/ChangeLog b/ChangeLog index b7f168f..44e0aad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-20 Stefan Kost + + * tests/icles/Makefile.am: + This needs -lm. + 2007-07-16 Wim Taymans * gst-libs/gst/rtp/gstbasertppayload.c: diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 255a77d..8fe7248 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -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