From ea69461fb2c1259dc4ccef23fde6079f7557c7bf Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Sat, 20 Aug 2011 07:16:56 +0000 Subject: [PATCH] WLAN does not compile Disabled until David fixes the issue --- src/transport/Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index d83e82ab4..a34587f7e 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -35,17 +35,19 @@ if USE_COVERAGE AM_CFLAGS = --coverage -O0 endif +# WLAN is not building if LINUX if HAVE_EXPERIMENTAL - WLAN_BIN = gnunet-transport-wlan-helper - WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy - WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la - WLAN_API_TEST = test_transport_api_wlan - WLAN_REL_TEST = test_transport_api_reliability_wlan - WLAN_UREL_TEST = test_transport_api_unreliability_wlan +# WLAN_BIN = gnunet-transport-wlan-helper +# WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy +# WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la +# WLAN_API_TEST = test_transport_api_wlan +# WLAN_REL_TEST = test_transport_api_reliability_wlan +# WLAN_UREL_TEST = test_transport_api_unreliability_wlan endif endif + if LINUX install-exec-hook: chown root:root $(bindir)/gnunet-transport-wlan-helper || true -- 2.25.1