aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-08-04 11:00:41 +0000
committerNathan S. Evans <evans@in.tum.de>2011-08-04 11:00:41 +0000
commit9ff20ee54b8590b854e50113a8ac28644fbc576d (patch)
treeb31521ec767c2bd1ae93a478ae9bf7397455654b /src/nse
parent199d07f11f7d0a064ad193dcfb1f59f9bb9be898 (diff)
downloadgnunet-9ff20ee54b8590b854e50113a8ac28644fbc576d.tar.gz
gnunet-9ff20ee54b8590b854e50113a8ac28644fbc576d.zip
add libm to makefile
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 9a2229a00..ea75caef6 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -74,7 +74,8 @@ test_nse_multipeer_SOURCES = \
74test_nse_multipeer_LDADD = \ 74test_nse_multipeer_LDADD = \
75 $(top_builddir)/src/nse/libgnunetnse.la \ 75 $(top_builddir)/src/nse/libgnunetnse.la \
76 $(top_builddir)/src/util/libgnunetutil.la \ 76 $(top_builddir)/src/util/libgnunetutil.la \
77 $(top_builddir)/src/testing/libgnunettesting.la 77 $(top_builddir)/src/testing/libgnunettesting.la \
78 -lm
78 79
79EXTRA_DIST = \ 80EXTRA_DIST = \
80 test_nse.conf 81 test_nse.conf