aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-09-05 12:36:34 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-09-05 12:36:34 +0000
commitab98625d6e8f82dc7c897c48081b0f1fef947f8d (patch)
tree5e9dadb5a3945f416310fe40ff888adab43a21b8 /src/dht/Makefile.am
parentebb5527954a8e214324d76f0c1c181cab3c51170 (diff)
downloadgnunet-ab98625d6e8f82dc7c897c48081b0f1fef947f8d.tar.gz
gnunet-ab98625d6e8f82dc7c897c48081b0f1fef947f8d.zip
Removing r5n profiler, using the same profiler for both x-vine and r5n
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index b9e7c5d67..f8918616f 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -56,8 +56,7 @@ noinst_PROGRAMS = \
56 gnunet-dht-monitor \ 56 gnunet-dht-monitor \
57 gnunet-dht-get \ 57 gnunet-dht-get \
58 gnunet-dht-put \ 58 gnunet-dht-put \
59 gnunet-dht-profiler\ 59 gnunet-dht-profiler
60 gnunet-dht-r5n-profiler
61 60
62gnunet_service_dht_SOURCES = \ 61gnunet_service_dht_SOURCES = \
63 gnunet-service-dht.c gnunet-service-dht.h \ 62 gnunet-service-dht.c gnunet-service-dht.h \
@@ -140,16 +139,6 @@ gnunet_dht_profiler_LDADD = \
140gnunet_dht_profiler_DEPENDENCIES = \ 139gnunet_dht_profiler_DEPENDENCIES = \
141 libgnunetdht.la 140 libgnunetdht.la
142 141
143gnunet_dht_r5n_profiler_SOURCES = \
144 gnunet_dht_r5n_profiler.c
145gnunet_dht_r5n_profiler_LDADD = \
146 $(top_builddir)/src/dht/libgnunetdht.la \
147 $(top_builddir)/src/core/libgnunetcore.la \
148 $(top_builddir)/src/util/libgnunetutil.la \
149 $(top_builddir)/src/testbed/libgnunettestbed.la
150gnunet_dht_r5n_profiler_DEPENDENCIES = \
151 libgnunetdht.la
152
153if HAVE_TESTING 142if HAVE_TESTING
154noinst_LIBRARIES = libgnunetdhttest.a 143noinst_LIBRARIES = libgnunetdhttest.a
155endif 144endif