From f3810d30c0bc216db587e68cf29c8fd9ab8b2e11 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jun 2011 07:07:24 +0000 Subject: [PATCH] fix --- src/transport/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index e21895f7f..6435a6b72 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -33,6 +33,7 @@ if USE_COVERAGE endif 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 @@ -40,6 +41,7 @@ if LINUX WLAN_REL_TEST = test_transport_api_reliability_wlan WLAN_UREL_TEST = test_transport_api_unreliability_wlan endif +endif if !MINGW UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la -- 2.25.1