-towards implementing #2685
[oweals/gnunet.git] / src / nse / Makefile.am
index a67ffeaf8e7c29240beab69c6ddd7b9383089e0c..971d4c1b1b35a9649b6fe93b1d78f7b6c21d26f0 100644 (file)
@@ -53,7 +53,7 @@ gnunet_service_nse_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
-  -lm \
+  -lm -lgcrypt \
   $(GN_LIBINTL)
 gnunet_service_nse_DEPENDENCIES = \
   libgnunetnse.la                               
@@ -64,6 +64,7 @@ endif
 
 check_PROGRAMS = \
  test_nse_api \
+ perf_kdf \
  $(MULTIPEER_TEST)
 
 
@@ -86,6 +87,12 @@ test_nse_multipeer_LDADD = \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   -lm
 
+perf_kdf_SOURCES = \
+ perf_kdf.c
+perf_kdf_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  -lgcrypt 
+
 EXTRA_DIST = \
   test_nse.conf \
   nse_profiler_test.conf