aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-20 07:16:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-20 07:16:56 +0000
commitea69461fb2c1259dc4ccef23fde6079f7557c7bf (patch)
treef7db5f9991a062ac6bece0b99977801113289869 /src/transport
parent16a6919a9f98ee9fa1fee9dd262906c321004a19 (diff)
WLAN does not compile
Disabled until David fixes the issue
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index d83e82ab4e..a34587f7e4 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