Updating branch refs/heads/devel
         to 774809efbb8cfa9fa55649bebe663ef6fc9d2ac1 (commit)
       from 308d269b73be0a1e028d3e2615aaf79b27099abc (commit)

commit 774809efbb8cfa9fa55649bebe663ef6fc9d2ac1
Author: Nick Schermer <[email protected]>
Date:   Wed Feb 24 12:45:39 2010 +0100

    Link to -lm.

 libxfce4panel/Makefile.am |    3 ++-
 panel/Makefile.am         |    3 ++-
 plugins/clock/Makefile.am |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index 4e12699..5deed3e 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -64,7 +64,8 @@ libxfce4panel_1_0_la_LDFLAGS = \
 
 libxfce4panel_1_0_la_LIBADD = \
        $(GTK_LIBS) \
-       $(LIBXFCE4UTIL_LIBS)
+       $(LIBXFCE4UTIL_LIBS) \
+       -lm
 
 #
 # Pkg-config file
diff --git a/panel/Makefile.am b/panel/Makefile.am
index d642f6c..28ee69f 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -71,7 +71,8 @@ xfce4_panel_LDADD = \
        $(LIBXFCE4UTIL_LIBS) \
        $(LIBXFCE4UI_LIBS) \
        $(XFCONF_LIBS) \
-       $(DBUS_LIBS)
+       $(DBUS_LIBS) \
+       -lm
 
 xfce4_panel_DEPENDENCIES = \
        
$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
diff --git a/plugins/clock/Makefile.am b/plugins/clock/Makefile.am
index 0d1d1ac..acf364b 100644
--- a/plugins/clock/Makefile.am
+++ b/plugins/clock/Makefile.am
@@ -51,7 +51,8 @@ libclock_la_LIBADD = \
        $(LIBXFCE4UTIL_LIBS) \
        $(LIBXFCE4UI_LIBS) \
        $(EXO_LIBS) \
-       $(XFCONF_LIBS)
+       $(XFCONF_LIBS) \
+       -lm
 
 libclock_la_DEPENDENCIES = \
        
$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to