From: Matthias Wachs Date: Mon, 22 Aug 2011 11:58:34 +0000 (+0000) Subject: enabling wlan in makefile, since byteorder.h issue is fixed X-Git-Tag: initial-import-from-subversion-38251~17325 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f38f964610d4abe9e8b8aa8d20ce5bd6af67da15;p=oweals%2Fgnunet.git enabling wlan in makefile, since byteorder.h issue is fixed --- 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 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