summaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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