-fix
[oweals/gnunet.git] / src / gns / Makefile.am
index 4d9791a9985a2dce3f89804ff4b15a164d0fdf6c..12d50481a619d6e7205e39bd75ddc20d40c46885 100644 (file)
@@ -62,8 +62,9 @@ check_PROGRAMS = \
   test_gns_cname_lookup \
   test_gns_ns_lookup \
   test_gns_revocation \
-  test_gns_proxy
-#test_gns_dht_three_peers
+  test_gns_dht_three_peers
+ #test_gns_proxy
+
   
 
 
@@ -75,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