[drwright] build: Link libm to typing monitor



commit fb53b8b4781acfefb4ca02c1277f0223ee081325
Author: Christian Persch <chpe gnome org>
Date:   Wed Oct 19 13:57:09 2011 +0200

    build: Link libm to typing monitor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662180

 configure.in    |    4 +++-
 src/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index c2a0ba0..8900dbd 100644
--- a/configure.in
+++ b/configure.in
@@ -33,9 +33,11 @@ AC_STDC_HEADERS
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_HEADER_STDC
-AM_PROG_LIBTOOL
 PKG_PROG_PKG_CONFIG
 
+LT_INIT
+LT_LIB_M
+
 # ************
 # Requirements
 # ************
diff --git a/src/Makefile.am b/src/Makefile.am
index 8de0677..e620758 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,6 +30,7 @@ gnome_typing_monitor_CFLAGS = \
 gnome_typing_monitor_LDADD = \
 	$(TYPING_LIBS)		\
 	$(SCREENSAVER_LIBS)	\
+	$(LIBM) \
 	$(INTLLIBS)
 
 imagedir = $(pkgdatadir)/pixmaps



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]