From 0239d1f2146bda38584953bdb6a90d91f3bad3fb Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 31 Aug 2012 11:03:24 +0000 Subject: [PATCH] makefile --- src/transport/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 008f827fe..4ac2678b0 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -661,6 +661,7 @@ test_transport_api_http_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/transport/libgnunettransporttesting.la +#if FALSE test_transport_api_http_reverse_SOURCES = \ test_transport_api.c test_transport_api_http_reverse_LDADD = \ @@ -668,6 +669,7 @@ test_transport_api_http_reverse_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/transport/libgnunettransporttesting.la + #endif test_transport_api_timeout_http_SOURCES = \ test_transport_api_timeout.c -- 2.25.1