projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431a87f
)
remove http/s from experimental
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Jul 2011 08:58:27 +0000
(08:58 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Jul 2011 08:58:27 +0000
(08:58 +0000)
src/transport/Makefile.am
patch
|
blob
|
history
diff --git
a/src/transport/Makefile.am
b/src/transport/Makefile.am
index 42488c7a02788ccd879fba080cd5eb17ccc10e37..6c8dcbe4690e48d4ada2f4d7c996d6d833c38c20 100644
(file)
--- a/
src/transport/Makefile.am
+++ b/
src/transport/Makefile.am
@@
-4,7
+4,6
@@
plugindir = $(libdir)/gnunet
if HAVE_MHD
-if HAVE_EXPERIMENTAL
GN_LIBMHD = -lmicrohttpd
HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
# HTTP_PLUGIN_TEST = test_plugin_transport_http
@@
-19,7
+18,6
@@
if HAVE_EXPERIMENTAL
HTTPS_QUOTA_TEST = test_quota_compliance_https \
test_quota_compliance_https_asymmetric_recv_constant
endif
-endif
if USE_COVERAGE
AM_CFLAGS = --coverage -O0