-fix missing library link flags
authorChristian Grothoff <christian@grothoff.org>
Wed, 7 Dec 2011 19:10:24 +0000 (19:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 7 Dec 2011 19:10:24 +0000 (19:10 +0000)
src/nse/Makefile.am

index 48844bfc07d244cba98a1380324407466457eda8..695059c6462c9be5503eba78f520515fc7fc618f 100644 (file)
@@ -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 = \