From 41479de2a35d2c73cf1f6357af37e8324122e90e Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Sat, 16 Jul 2011 11:11:40 +0000 Subject: nse updates --- src/nse/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/nse/Makefile.am') diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index fa9d43f4d..a13d6d8b1 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -40,13 +40,15 @@ gnunet_service_nse_LDADD = \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ -lm \ $(GN_LIBINTL) gnunet_service_nse_DEPENDENCIES = \ libgnunetnse.la check_PROGRAMS = \ - test_nse_api + test_nse_api \ + test_nse_multipeer if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) $(check_SCRIPTS) @@ -58,9 +60,15 @@ test_nse_api_LDADD = \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la +test_nse_multipeer_SOURCES = \ + test_nse_multipeer.c +test_nse_multipeer_LDADD = \ + $(top_builddir)/src/nse/libgnunetnse.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la EXTRA_DIST = \ - test_nse_api_data.conf \ + test_nse.conf \ $(check_SCRIPTS) -- cgit v1.2.3