[Xfce4-commits] <libxfcegui4:master> Fix link against libm (bug #8698).
Nick Schermer
noreply at xfce.org
Sat Apr 14 16:56:01 CEST 2012
Updating branch refs/heads/master
to 90122708fdfab88fc1811eba56154dca9a2485a5 (commit)
from 01d11dd85ddff6e5826a5dc7fb02c6bdef6f30f0 (commit)
commit 90122708fdfab88fc1811eba56154dca9a2485a5
Author: Yves-Alexis Perez <corsac at debian.org>
Date: Sat Apr 14 16:54:43 2012 +0200
Fix link against libm (bug #8698).
libxfcegui4/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libxfcegui4/Makefile.am b/libxfcegui4/Makefile.am
index 39cc908..de6a358 100644
--- a/libxfcegui4/Makefile.am
+++ b/libxfcegui4/Makefile.am
@@ -183,7 +183,8 @@ libxfcegui4_la_LIBADD = \
$(LIBX11_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(LIBSTARTUP_NOTIFICATION_LIBS) \
- $(PLATFORM_LIBS)
+ $(PLATFORM_LIBS) \
+ -lm
libxfcegui4_la_CFLAGS = \
$(NETK_CFLAGS) \
More information about the Xfce4-commits
mailing list