aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-06-08 15:29:42 -0500
committerDavid Barksdale <amatus@amat.us>2017-06-08 15:29:42 -0500
commit55b06f18c66ede06a2cf437b652de3a7c75c902a (patch)
tree29a89c4d32a846ac2a859dea5dc1cc3b62564e01 /src/transport/Makefile.am
parentb7a480eea63cd27d99076c048de9d13e02de7ef7 (diff)
downloadgnunet-55b06f18c66ede06a2cf437b652de3a7c75c902a.tar.gz
gnunet-55b06f18c66ede06a2cf437b652de3a7c75c902a.zip
[transport] http(s) are stable
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2b41e6329..d65da6bb6 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -10,7 +10,6 @@ libexecdir= $(pkglibdir)/libexec/
10pkgcfg_DATA = \ 10pkgcfg_DATA = \
11 transport.conf 11 transport.conf
12 12
13if HAVE_EXPERIMENTAL
14if HAVE_MHD 13if HAVE_MHD
15 GN_LIBMHD = -lmicrohttpd 14 GN_LIBMHD = -lmicrohttpd
16 HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la 15 HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la
@@ -79,6 +78,7 @@ if USE_COVERAGE
79 AM_CFLAGS = --coverage -O0 78 AM_CFLAGS = --coverage -O0
80endif 79endif
81 80
81if HAVE_EXPERIMENTAL
82if LINUX 82if LINUX
83 WLAN_BIN = gnunet-helper-transport-wlan 83 WLAN_BIN = gnunet-helper-transport-wlan
84 WLAN_BIN_DUMMY = gnunet-helper-transport-wlan-dummy 84 WLAN_BIN_DUMMY = gnunet-helper-transport-wlan-dummy