Updating branch refs/heads/master
         to 2904023c00e0d315c6b5f86ccfd44a474ee7f98a (commit)
       from e3aba8a99c9b62ffb4e7cfaf4389cdc8ce727875 (commit)

commit 2904023c00e0d315c6b5f86ccfd44a474ee7f98a
Author: Nick Schermer <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to