aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-22 11:58:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-22 11:58:34 +0000
commitf38f964610d4abe9e8b8aa8d20ce5bd6af67da15 (patch)
treede7bcb2f5761d09913fc5380c5f2af4bae02e141 /src/transport/Makefile.am
parent074b9a604e42572efa793f09594091ba3870842f (diff)
downloadgnunet-f38f964610d4abe9e8b8aa8d20ce5bd6af67da15.tar.gz
gnunet-f38f964610d4abe9e8b8aa8d20ce5bd6af67da15.zip
enabling wlan in makefile, since byteorder.h issue is fixed
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a34587f7e..5ea280319 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -35,15 +35,14 @@ if USE_COVERAGE
35 AM_CFLAGS = --coverage -O0 35 AM_CFLAGS = --coverage -O0
36endif 36endif
37 37
38# WLAN is not building
39if LINUX 38if LINUX
40if HAVE_EXPERIMENTAL 39if HAVE_EXPERIMENTAL
41# WLAN_BIN = gnunet-transport-wlan-helper 40 WLAN_BIN = gnunet-transport-wlan-helper
42# WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy 41 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
43# WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la 42 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
44# WLAN_API_TEST = test_transport_api_wlan 43 WLAN_API_TEST = test_transport_api_wlan
45# WLAN_REL_TEST = test_transport_api_reliability_wlan 44 WLAN_REL_TEST = test_transport_api_reliability_wlan
46# WLAN_UREL_TEST = test_transport_api_unreliability_wlan 45 WLAN_UREL_TEST = test_transport_api_unreliability_wlan
47endif 46endif
48endif 47endif
49 48