aboutsummaryrefslogtreecommitdiff
path: root/src/nse/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-10 19:01:30 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-10 19:01:30 +0000
commit655f8e6e4269913c906aface3f26776f936f3be4 (patch)
treeabf57ae59527d9fae445e76ee2b9481ccbba031f /src/nse/Makefile.am
parentad85dcdd218b4c710793bea68f1a54d0b07e3cf3 (diff)
downloadgnunet-655f8e6e4269913c906aface3f26776f936f3be4.tar.gz
gnunet-655f8e6e4269913c906aface3f26776f936f3be4.zip
nse profiler _compiles_ against new testbed API
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 5303b4cdb..276f792b8 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -39,7 +39,7 @@ gnunet_nse_profiler_LDADD = -lm \
39 $(top_builddir)/src/nse/libgnunetnse.la \ 39 $(top_builddir)/src/nse/libgnunetnse.la \
40 $(top_builddir)/src/util/libgnunetutil.la \ 40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
42 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ 42 $(top_builddir)/src/testbed/libgnunettestbed.la \
43 $(GN_LIBINTL) 43 $(GN_LIBINTL)
44gnunet_nse_profiler_DEPENDENCIES = \ 44gnunet_nse_profiler_DEPENDENCIES = \
45 libgnunetnse.la 45 libgnunetnse.la