aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@0d.be>2011-08-31 09:24:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-08-31 09:28:26 +0800
commitce2507511c3bc72790d3c501e935dd5224c99e68 (patch)
treeb95f5a059ae9f6806cead33f9be7425e318629f1
parent0216061aa8864383cc7540988a63ada64e0f2e85 (diff)
downloadgsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar.gz
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar.bz2
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar.lz
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar.xz
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.tar.zst
gsoc2013-evolution-ce2507511c3bc72790d3c501e935dd5224c99e68.zip
Bug 657765 - Explicitly link libgnomecanvas against libm
We used to implicitly link to libm through gtk+, but that got dropped. http://mail.gnome.org/archives/desktop-devel-list/2011-August/msg00236.html (cherry picked from commit bd719c5fd879e96450d81339ff85f525a1ad8a13)
-rw-r--r--libgnomecanvas/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am
index 4032c8599a..bb6366b9ab 100644
--- a/libgnomecanvas/Makefile.am
+++ b/libgnomecanvas/Makefile.am
@@ -59,7 +59,8 @@ MARSHAL_GENERATED = \
gnome-canvas-marshal.h
libgnomecanvas_la_LIBADD = \
- $(GNOME_PLATFORM_LIBS)
+ $(GNOME_PLATFORM_LIBS) \
+ $(MATH_LIB)
libgnomecanvas_la_LDFLAGS = $(NO_UNDEFINED)