From f38f964610d4abe9e8b8aa8d20ce5bd6af67da15 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 22 Aug 2011 11:58:34 +0000 Subject: [PATCH] enabling wlan in makefile, since byteorder.h issue is fixed --- src/transport/Makefile.am | 13 ++++++------- 1 file 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 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 -- 2.25.1