From 7c2e00ab0f1b2f266c9bcf96c784a289daaec4c7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Dec 2011 19:10:24 +0000 Subject: -fix missing library link flags --- src/nse/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index 48844bfc0..695059c64 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -38,6 +38,7 @@ gnunet_nse_profiler_SOURCES = \ gnunet_nse_profiler_LDADD = -lm \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(GN_LIBINTL) gnunet_nse_profiler_DEPENDENCIES = \ -- cgit v1.2.3