From f50d9ab5800364713872105d995bd25a82a66aa6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 20 Jul 2007 06:13:21 +0000 Subject: [PATCH] tests/icles/Makefile.am: This needs -lm. Original commit message from CVS: * tests/icles/Makefile.am: This needs -lm. --- ChangeLog | 5 +++++ tests/icles/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.7.4