[Xfce4-commits] <xfce4-screenshooter:master> Add explicit -lm link to LIBADD (bug #8230).
Jérôme Guelfucci
noreply at xfce.org
Mon Jan 2 23:24:01 CET 2012
Updating branch refs/heads/master
to 4d94f61324386599d63e7c8687df5afb08f65189 (commit)
from 3d5a3f1057dd2db67836514ac1e46b24285fcd23 (commit)
commit 4d94f61324386599d63e7c8687df5afb08f65189
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Mon Jan 2 23:11:35 2012 +0100
Add explicit -lm link to LIBADD (bug #8230).
Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 703a761..71e76ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ lib_libscreenshooter_la_CFLAGS = \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
lib_libscreenshooter_la_LIBADD = \
+ -lm \
@EXO_LIBS@ \
@GTK_LIBS@ \
@LIBXFCE4UTIL_LIBS@ \
@@ -86,7 +87,7 @@ src_xfce4_screenshooter_CFLAGS = \
@GTHREAD_CFLAGS@ \
@SOUP_CFLAGS@ \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
-
+
src_xfce4_screenshooter_LDFLAGS = \
@EXO_LIBS@ \
@GTK_LIBS@ \
@@ -97,7 +98,7 @@ src_xfce4_screenshooter_LDFLAGS = \
@LIBXFCE4UI_LIBS@
src_xfce4_screenshooter_LDADD = lib/libscreenshooter.la
-
+
src_xfce4_screenshooter_SOURCES = src/main.c
# Desktop file for the application
More information about the Xfce4-commits
mailing list