- The next_message in the previous round should have the now current_timestamp.
[oweals/gnunet.git] / src / nse / Makefile.am
index af16a420de2ba798c717a4e05ae169c3faf05bb9..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 = \