aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-15 07:07:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-15 07:07:24 +0000
commitf3810d30c0bc216db587e68cf29c8fd9ab8b2e11 (patch)
tree528a817c54071bcd09639ac4371a4279a869b34d /src/transport
parent9aad41549b5c45758eee69aec663e32725a81fb7 (diff)
downloadgnunet-f3810d30c0bc216db587e68cf29c8fd9ab8b2e11.tar.gz
gnunet-f3810d30c0bc216db587e68cf29c8fd9ab8b2e11.zip
fix
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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
33endif 33endif
34 34
35if LINUX 35if LINUX
36if HAVE_EXPERIMENTAL
36 WLAN_BIN = gnunet-transport-wlan-helper 37 WLAN_BIN = gnunet-transport-wlan-helper
37 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy 38 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
38 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la 39 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
@@ -40,6 +41,7 @@ if LINUX
40 WLAN_REL_TEST = test_transport_api_reliability_wlan 41 WLAN_REL_TEST = test_transport_api_reliability_wlan
41 WLAN_UREL_TEST = test_transport_api_unreliability_wlan 42 WLAN_UREL_TEST = test_transport_api_unreliability_wlan
42endif 43endif
44endif
43 45
44if !MINGW 46if !MINGW
45UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la 47UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la