aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-17 09:39:05 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-17 09:39:05 +0000
commit1bceb8e169e337ff73a09ca43fb7dd57d879bc01 (patch)
tree03e7a149705a385edd7a874d729f45389c973d8f /src/testing/Makefile.am
parent1da786bf39827d2a0851bdc810f588dd31ece098 (diff)
downloadgnunet-1bceb8e169e337ff73a09ca43fb7dd57d879bc01.tar.gz
gnunet-1bceb8e169e337ff73a09ca43fb7dd57d879bc01.zip
adding -lm
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 = \
18libgnunettesting_la_LIBADD = $(XLIB) \ 18libgnunettesting_la_LIBADD = $(XLIB) \
19 $(top_builddir)/src/core/libgnunetcore.la \ 19 $(top_builddir)/src/core/libgnunetcore.la \
20 $(top_builddir)/src/transport/libgnunettransport.la \ 20 $(top_builddir)/src/transport/libgnunettransport.la \
21 -lm \
21 $(top_builddir)/src/util/libgnunetutil.la 22 $(top_builddir)/src/util/libgnunetutil.la
22 23
23check_PROGRAMS = \ 24check_PROGRAMS = \