[Xfce4-commits] <xfce4-panel:xfce-4.6> Link directly to libm (bug #6233).
Nick Schermer
noreply at xfce.org
Sat Feb 27 15:44:02 CET 2010
Updating branch refs/heads/xfce-4.6
to e65a6b2042255f2c026aa4d9e6e84b6ae83762a4 (commit)
from f4e6ad7a7c2bb0c9ed36504725f0be21dc799c65 (commit)
commit e65a6b2042255f2c026aa4d9e6e84b6ae83762a4
Author: Nick Schermer <nick at xfce.org>
Date: Wed Feb 24 14:41:45 2010 +0100
Link directly to libm (bug #6233).
panel/Makefile.am | 3 ++-
plugins/clock/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/panel/Makefile.am b/panel/Makefile.am
index 8fe2f8a..293fb5e 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -54,7 +54,8 @@ xfce4_panel_LDADD = \
$(LIBXFCEGUI4_LIBS) \
$(LIBSTARTUP_NOTIFICATION_LIBS) \
$(GMODULE_LIBS) \
- $(LIBX11_LIBS)
+ $(LIBX11_LIBS) \
+ -lm
xfce4_panel_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
diff --git a/plugins/clock/Makefile.am b/plugins/clock/Makefile.am
index 12f3216..324e9d1 100644
--- a/plugins/clock/Makefile.am
+++ b/plugins/clock/Makefile.am
@@ -48,7 +48,8 @@ libclock_la_LIBADD = \
$(GTK_LIBS) \
$(CAIRO_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
- $(LIBXFCEGUI4_LIBS)
+ $(LIBXFCEGUI4_LIBS) \
+ -lm
libclock_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
More information about the Xfce4-commits
mailing list