[Xfce4-commits] <exo:master> Add missing -lm.
Nick Schermer
noreply at xfce.org
Thu Sep 8 10:28:01 CEST 2011
Updating branch refs/heads/master
to 3b654c06d7fd9c9ad9f69480274d46ff9e3803dd (commit)
from 2a5285817089f87fda806b07168b040780b38229 (commit)
commit 3b654c06d7fd9c9ad9f69480274d46ff9e3803dd
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