summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2009-01-02 13:47:11 +0000
committerChristophe Fergeau <teuf@gnome.org>2009-01-02 13:47:11 +0000
commitc6e1ca9685e845bf99c4912d247e88c758c6dd72 (patch)
treeb846a6278d5d20ec9a4a9008c1dc7beeef9f0610 /src/Makefile.am
parente290a0d9d5db8fded0c5206e00baecb86f770f1d (diff)
downloadlibgpod-tmz-c6e1ca9685e845bf99c4912d247e88c758c6dd72.tar.gz
libgpod-tmz-c6e1ca9685e845bf99c4912d247e88c758c6dd72.tar.xz
libgpod-tmz-c6e1ca9685e845bf99c4912d247e88c758c6dd72.zip
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)