From: Christian Grothoff Date: Wed, 7 Dec 2011 19:10:24 +0000 (+0000) Subject: -fix missing library link flags X-Git-Tag: initial-import-from-subversion-38251~15698 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c2e00ab0f1b2f266c9bcf96c784a289daaec4c7;p=oweals%2Fgnunet.git -fix missing library link flags --- 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 = \