[epiphany] Code uses math.h so link to libm



commit abfc3054e628d11250160b21a01866b923eb56a6
Author: Benjamin Otte <otte gnome org>
Date:   Fri Jul 31 10:06:53 2009 +0200

    Code uses math.h so link to libm

 lib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 11fe22f..2771a25 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 += \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]