From 08912967ec589efc267c1e5d296cf9e25ab1e95c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Jun 2017 18:01:43 +0200 Subject: removing dead libgnunetpostgres --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e466cbc28..4e0a5ba94 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ if HAVE_MYSQL endif if HAVE_POSTGRESQL - POSTGRES_DIR = pq postgres + POSTGRES_DIR = pq endif if HAVE_MHD -- cgit v1.2.3 From 91f11e5682aeb3df048994fe5d11e68a7483ea15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Jun 2017 18:06:03 +0200 Subject: mark dv/http/https/wlan/bt as experimental --- src/Makefile.am | 4 ++-- src/transport/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4e0a5ba94..14c66c5f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,9 +11,9 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - dv \ rps endif +# dv (FTBFS) if HAVE_JSON if HAVE_MHD @@ -49,7 +49,7 @@ if HAVE_MYSQL endif if HAVE_POSTGRESQL - POSTGRES_DIR = pq + POSTGRES_DIR = pq endif if HAVE_MHD diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7687f2348..2b41e6329 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -10,7 +10,7 @@ libexecdir= $(pkglibdir)/libexec/ pkgcfg_DATA = \ transport.conf - +if HAVE_EXPERIMENTAL if HAVE_MHD GN_LIBMHD = -lmicrohttpd HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la @@ -121,6 +121,8 @@ if MINGW endif endif +# end of HAVE_EXPERIMENTAL +endif if !MINGW -- cgit v1.2.3