diff options
author | Benjamin Otte <otte@gnome.org> | 2009-07-31 16:06:53 +0800 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-07-31 16:12:24 +0800 |
commit | abfc3054e628d11250160b21a01866b923eb56a6 (patch) | |
tree | d711d61bf44988fddd9a0c8c4e88da29eb671dd4 /lib | |
parent | 0036f89cacb5ad8b84dfc97cdc6a03cccb8dd386 (diff) | |
download | gsoc2013-epiphany-abfc3054e628d11250160b21a01866b923eb56a6.tar.gz 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.am | 2 |
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 += \ |