WLAN does not compile
authorMatthias Wachs <wachs@net.in.tum.de>
Sat, 20 Aug 2011 07:16:56 +0000 (07:16 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Sat, 20 Aug 2011 07:16:56 +0000 (07:16 +0000)
Disabled until David fixes the issue

src/transport/Makefile.am

index d83e82ab4e75ea3a05a8696122981eda35fc8a4f..a34587f7e434a63b9bf4ce430dd94d66bed901f8 100644 (file)
@@ -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