From 2ca2cf4e6c5e70542626f0fcd1060ef012a1c734 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 14 Sep 2012 16:37:15 +0000 Subject: [PATCH] -disable for now --- src/gns/Makefile.am | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 00e1e544e..12d50481a 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -76,18 +76,18 @@ check_PROGRAMS = \ plugin_LTLIBRARIES = \ libgnunet_plugin_block_gns.la -test_gns_proxy_SOURCES = \ - test_gns_proxy.c -test_gns_proxy_LDADD = -lmicrohttpd @LIBCURL@ \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/gns/libgnunetgns.la \ - $(top_builddir)/src/testing/libgnunettesting.la -test_gns_proxy_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/gns/libgnunetgns.la \ - $(top_builddir)/src/testing/libgnunettesting.la +#test_gns_proxy_SOURCES = \ +# test_gns_proxy.c +#test_gns_proxy_LDADD = -lmicrohttpd @LIBCURL@ \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/namestore/libgnunetnamestore.la \ +# $(top_builddir)/src/gns/libgnunetgns.la \ +# $(top_builddir)/src/testing/libgnunettesting.la +#test_gns_proxy_DEPENDENCIES = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/namestore/libgnunetnamestore.la \ +# $(top_builddir)/src/gns/libgnunetgns.la \ +# $(top_builddir)/src/testing/libgnunettesting.la test_gns_dht_three_peers_SOURCES = \ test_gns_dht_three_peers.c -- 2.25.1