- The next_message in the previous round should have the now current_timestamp.
[oweals/gnunet.git] / src / nse / Makefile.am
index ea75caef6c5f530f7df825c98f72908351f05dc1..054a77663e2754c06a9143b5fbd18fcd4ca606a4 100644 (file)
@@ -9,6 +9,11 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+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 = \
@@ -78,6 +84,7 @@ test_nse_multipeer_LDADD = \
   -lm
 
 EXTRA_DIST = \
-  test_nse.conf 
+  test_nse.conf \
+  nse_profiler_test.conf