aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Pepple <bpepple@fedoraproject.org>2010-02-23 08:39:31 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-23 20:07:20 +0800
commit1c9bb59ff2669b5778dfe551288b5f5af0676318 (patch)
tree3f93f863bb6092d35250b10ba1867446f38437b9 /src
parente11a543286c84b3c1cdd3d7c616ed555bbe715ee (diff)
downloadgsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar.gz
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar.bz2
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar.lz
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar.xz
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.tar.zst
gsoc2013-empathy-1c9bb59ff2669b5778dfe551288b5f5af0676318.zip
Add missing libm linking (#610751)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c93984987..9460fc959 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,7 @@ CPPFLAGS_COMMON = \
$(WARN_CFLAGS) \
$(NULL)
+AM_LDFLAGS = -lm
AM_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
$(LIBNOTIFY_CFLAGS) \