From 1bceb8e169e337ff73a09ca43fb7dd57d879bc01 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 17 Feb 2010 09:39:05 +0000 Subject: [PATCH] adding -lm --- src/testing/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 934ecc612..8b1dceb15 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -18,6 +18,7 @@ libgnunettesting_la_SOURCES = \ libgnunettesting_la_LIBADD = $(XLIB) \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/transport/libgnunettransport.la \ + -lm \ $(top_builddir)/src/util/libgnunetutil.la check_PROGRAMS = \ -- 2.25.1