[empathy] Add missing libm linking (#610751)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Add missing libm linking (#610751)
- Date: Tue, 23 Feb 2010 12:08:30 +0000 (UTC)
commit 1c9bb59ff2669b5778dfe551288b5f5af0676318
Author: Brian Pepple <bpepple fedoraproject org>
Date: Mon Feb 22 19:39:31 2010 -0500
Add missing libm linking (#610751)
src/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c939849..9460fc9 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) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]