gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16598 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r16598 - gnunet/src/transport
Date: Mon, 22 Aug 2011 13:58:34 +0200

Author: wachs
Date: 2011-08-22 13:58:34 +0200 (Mon, 22 Aug 2011)
New Revision: 16598

Modified:
   gnunet/src/transport/Makefile.am
Log:
enabling wlan in makefile, since byteorder.h issue is fixed


Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-08-22 09:33:05 UTC (rev 16597)
+++ gnunet/src/transport/Makefile.am    2011-08-22 11:58:34 UTC (rev 16598)
@@ -35,15 +35,14 @@
   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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]