From: Christian Grothoff Date: Wed, 15 Jun 2011 07:07:24 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3810d30c0bc216db587e68cf29c8fd9ab8b2e11;p=oweals%2Fgnunet.git fix --- 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