From ab98625d6e8f82dc7c897c48081b0f1fef947f8d Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Fri, 5 Sep 2014 12:36:34 +0000 Subject: Removing r5n profiler, using the same profiler for both x-vine and r5n --- src/dht/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/dht/Makefile.am') 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 = \ gnunet-dht-monitor \ gnunet-dht-get \ gnunet-dht-put \ - gnunet-dht-profiler\ - gnunet-dht-r5n-profiler + gnunet-dht-profiler gnunet_service_dht_SOURCES = \ gnunet-service-dht.c gnunet-service-dht.h \ @@ -140,16 +139,6 @@ gnunet_dht_profiler_LDADD = \ gnunet_dht_profiler_DEPENDENCIES = \ libgnunetdht.la -gnunet_dht_r5n_profiler_SOURCES = \ - gnunet_dht_r5n_profiler.c -gnunet_dht_r5n_profiler_LDADD = \ - $(top_builddir)/src/dht/libgnunetdht.la \ - $(top_builddir)/src/core/libgnunetcore.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testbed/libgnunettestbed.la -gnunet_dht_r5n_profiler_DEPENDENCIES = \ - libgnunetdht.la - if HAVE_TESTING noinst_LIBRARIES = libgnunetdhttest.a endif -- cgit v1.2.3