aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
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