From c6e1ca9685e845bf99c4912d247e88c758c6dd72 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 2 Jan 2009 13:47:11 +0000 Subject: Link with -lm since we are using round and ceil in ithumb-writer.c git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2190 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2d336e..ce84f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-02 Christophe Fergeau + + * src/Makefile.am: we need to link with -lm since ithumb-writer.c + uses round and ceil + 2009-01-02 Christophe Fergeau * NEWS: update NEWS file, I probably forgot some things, feel free diff --git a/src/Makefile.am b/src/Makefile.am index 322d817..69cae0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,7 @@ noinst_HEADERS = \ sha1.h INCLUDES=$(LIBGPOD_CFLAGS) -LIBS=$(LIBGPOD_LIBS) +LIBS=$(LIBGPOD_LIBS) -lm uninstall-hook: -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libgpodincludedir) -- cgit