[Xfce4-commits] <exo:xfce-4.8> Add missing -lm.

Jannis Pohlmann noreply at xfce.org
Mon Feb 20 20:18:01 CET 2012


Updating branch refs/heads/xfce-4.8
         to fa0261d20dc5500bd5fcb45ffa4ea6fb83dc3f2f (commit)
       from f4005565c8d8b6df6170c86c796e71a0ba0334e2 (commit)

commit fa0261d20dc5500bd5fcb45ffa4ea6fb83dc3f2f
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Thu Sep 8 10:26:33 2011 +0200

    Add missing -lm.
    
    Libpng removed -lm so we need to include this ourselfs.

 exo/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/exo/Makefile.am b/exo/Makefile.am
index 46c3790..bf30234 100644
--- a/exo/Makefile.am
+++ b/exo/Makefile.am
@@ -105,7 +105,8 @@ libexo_1_la_LIBADD =							\
 	$(GIO_LIBS)							\
 	$(GTK_LIBS)							\
 	$(LIBX11_LIBS)							\
-	$(LIBXFCE4UTIL_LIBS)
+	$(LIBXFCE4UTIL_LIBS)						\
+	-lm
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = exo-$(LIBEXO_VERSION_API).pc


More information about the Xfce4-commits mailing list