aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-07-31 16:06:53 +0800
committerBenjamin Otte <otte@gnome.org>2009-07-31 16:12:24 +0800
commitabfc3054e628d11250160b21a01866b923eb56a6 (patch)
treed711d61bf44988fddd9a0c8c4e88da29eb671dd4 /lib
parent0036f89cacb5ad8b84dfc97cdc6a03cccb8dd386 (diff)
downloadgsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.gz
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.bz2
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.lz
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.xz
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.zst
gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.zip
Code uses math.h so link to libm
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 11fe22f91..2771a25c2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -85,7 +85,7 @@ libephymisc_la_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
-libephymisc_la_LIBADD =
+libephymisc_la_LIBADD = -lm
if ENABLE_SPELLCHECKER
libephymisc_la_SOURCES += \