aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 18:06:03 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 18:06:03 +0200
commit91f11e5682aeb3df048994fe5d11e68a7483ea15 (patch)
tree2cfb8528a4470fccc83b2541d06e3d6493c6b061 /src
parent08912967ec589efc267c1e5d296cf9e25ab1e95c (diff)
downloadgnunet-91f11e5682aeb3df048994fe5d11e68a7483ea15.tar.gz
gnunet-91f11e5682aeb3df048994fe5d11e68a7483ea15.zip
mark dv/http/https/wlan/bt as experimental
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/transport/Makefile.am4
2 files changed, 5 insertions, 3 deletions
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
11 11
12if HAVE_EXPERIMENTAL 12if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 13 EXP_DIR = \
14 dv \
15 rps 14 rps
16endif 15endif
16# dv (FTBFS)
17 17
18if HAVE_JSON 18if HAVE_JSON
19if HAVE_MHD 19if HAVE_MHD
@@ -49,7 +49,7 @@ if HAVE_MYSQL
49endif 49endif
50 50
51if HAVE_POSTGRESQL 51if HAVE_POSTGRESQL
52 POSTGRES_DIR = pq 52 POSTGRES_DIR = pq
53endif 53endif
54 54
55if HAVE_MHD 55if 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/
10pkgcfg_DATA = \ 10pkgcfg_DATA = \
11 transport.conf 11 transport.conf
12 12
13 13if HAVE_EXPERIMENTAL
14if HAVE_MHD 14if HAVE_MHD
15 GN_LIBMHD = -lmicrohttpd 15 GN_LIBMHD = -lmicrohttpd
16 HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la 16 HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la
@@ -121,6 +121,8 @@ if MINGW
121endif 121endif
122endif 122endif
123 123
124# end of HAVE_EXPERIMENTAL
125endif
124 126
125 127
126if !MINGW 128if !MINGW