aboutsummaryrefslogtreecommitdiff
path: root/src/nse/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-15 18:53:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-15 18:53:45 +0000
commit5fba3531d7afd2ef67045f4d9e7af72c36c53c95 (patch)
tree32437969a8e1d219fdad1c063d6937b59707e058 /src/nse/Makefile.am
parentbaf16447ccaa8a1e18a00767d35cc05a9da99256 (diff)
downloadgnunet-5fba3531d7afd2ef67045f4d9e7af72c36c53c95.tar.gz
gnunet-5fba3531d7afd2ef67045f4d9e7af72c36c53c95.zip
making nse multipeer test use testbed
Diffstat (limited to 'src/nse/Makefile.am')
-rw-r--r--src/nse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 276f792b8..2c5ed855f 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -81,7 +81,7 @@ test_nse_multipeer_SOURCES = \
81test_nse_multipeer_LDADD = \ 81test_nse_multipeer_LDADD = \
82 $(top_builddir)/src/nse/libgnunetnse.la \ 82 $(top_builddir)/src/nse/libgnunetnse.la \
83 $(top_builddir)/src/util/libgnunetutil.la \ 83 $(top_builddir)/src/util/libgnunetutil.la \
84 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ 84 $(top_builddir)/src/testbed/libgnunettestbed.la \
85 -lm 85 -lm
86 86
87EXTRA_DIST = \ 87EXTRA_DIST = \