add statistic to track estimated network diameter
[oweals/gnunet.git] / src / nse / Makefile.am
index 9a2229a00ea2ff249b69d8957cbc4de30e4cd9f4..695059c6462c9be5503eba78f520515fc7fc618f 100644 (file)
@@ -9,6 +9,11 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+dist_pkgcfg_DATA = \
+  nse.conf
+
 
 lib_LTLIBRARIES = libgnunetnse.la
 
@@ -33,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 = \
@@ -74,9 +80,11 @@ test_nse_multipeer_SOURCES = \
 test_nse_multipeer_LDADD = \
   $(top_builddir)/src/nse/libgnunetnse.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/testing/libgnunettesting.la
+  $(top_builddir)/src/testing/libgnunettesting.la \
+  -lm
 
 EXTRA_DIST = \
-  test_nse.conf 
+  test_nse.conf \
+  nse_profiler_test.conf