aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
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/Makefile.am
parent16a6919a9f98ee9fa1fee9dd262906c321004a19 (diff)
downloadgnunet-ea69461fb2c1259dc4ccef23fde6079f7557c7bf.tar.gz
gnunet-ea69461fb2c1259dc4ccef23fde6079f7557c7bf.zip
WLAN does not compile
Disabled until David fixes the issue
Diffstat (limited to 'src/transport/Makefile.am')
-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 d83e82ab4..a34587f7e 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -35,17 +35,19 @@ if USE_COVERAGE
35 AM_CFLAGS = --coverage -O0 35 AM_CFLAGS = --coverage -O0
36endif 36endif
37 37
38# WLAN is not building
38if LINUX 39if LINUX
39if HAVE_EXPERIMENTAL 40if HAVE_EXPERIMENTAL
40 WLAN_BIN = gnunet-transport-wlan-helper 41# WLAN_BIN = gnunet-transport-wlan-helper
41 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy 42# WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
42 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la 43# WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
43 WLAN_API_TEST = test_transport_api_wlan 44# WLAN_API_TEST = test_transport_api_wlan
44 WLAN_REL_TEST = test_transport_api_reliability_wlan 45# WLAN_REL_TEST = test_transport_api_reliability_wlan
45 WLAN_UREL_TEST = test_transport_api_unreliability_wlan 46# WLAN_UREL_TEST = test_transport_api_unreliability_wlan
46endif 47endif
47endif 48endif
48 49
50
49if LINUX 51if LINUX
50install-exec-hook: 52install-exec-hook:
51 chown root:root $(bindir)/gnunet-transport-wlan-helper || true 53 chown root:root $(bindir)/gnunet-transport-wlan-helper || true