[librsvg] Fix linking with pedantic linkers



commit 0592c1b5cf7ae61bace9627d40b9d4860334eccc
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 14 14:24:13 2010 -0500

    Fix linking with pedantic linkers

 tests/pdiff/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/pdiff/Makefile.am b/tests/pdiff/Makefile.am
index 9f9865b..47ed8c1 100644
--- a/tests/pdiff/Makefile.am
+++ b/tests/pdiff/Makefile.am
@@ -13,4 +13,4 @@ perceptualdiff_SOURCES =	\
 	perceptualdiff.c
 
 INCLUDES = $(LIBRSVG_CFLAGS)
-LDADD = libpdiff.la $(LIBRSVG_LIBS)
+LDADD = libpdiff.la $(LIBRSVG_LIBS) -lm



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