summaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 14:05:58 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 14:05:58 +0000
commit71c68d0bbdb546bfe84b4536b447899c53cb3812 (patch)
treecbde440932f0b8c038a6559f880a9ecb0de719d9 /src/nse
parent7093450cf4d9e0654a128aaff442fc6f6809326e (diff)
downloadgnunet-71c68d0bbdb546bfe84b4536b447899c53cb3812.tar.gz
gnunet-71c68d0bbdb546bfe84b4536b447899c53cb3812.zip
move testbed logger to its own directory
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index ebff9d251..9a163b160 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -66,7 +66,7 @@ gnunet_service_nse_LDADD = \
66 $(GN_LIBINTL) 66 $(GN_LIBINTL)
67if ENABLE_NSE_HISTOGRAM 67if ENABLE_NSE_HISTOGRAM
68 gnunet_service_nse_LDADD += \ 68 gnunet_service_nse_LDADD += \
69 $(top_builddir)/src/testbed/libgnunettestbedlogger.la 69 $(top_builddir)/src/testbed-logger/libgnunettestbedlogger.la
70endif 70endif
71 71
72 72
@@ -111,5 +111,3 @@ perf_kdf_LDADD = \
111EXTRA_DIST = \ 111EXTRA_DIST = \
112 test_nse.conf \ 112 test_nse.conf \
113 nse_profiler_test.conf 113 nse_profiler_test.conf
114
115