diff options
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index e77220d50..bbf51058e 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -92,6 +92,19 @@ if LINUX WLAN_QUOTA_TEST = test_quota_compliance_wlan \ test_quota_compliance_wlan_asymmetric endif +if XBSD + WLAN_BIN = gnunet-helper-transport-wlan + WLAN_BIN_DUMMY = gnunet-helper-transport-wlan-dummy + WLAN_BIN_SENDER = gnunet-transport-wlan-sender + WLAN_BIN_RECEIVER = gnunet-transport-wlan-receiver + WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la + WLAN_PLUGIN_TEST = test_plugin_wlan + WLAN_API_TEST = test_transport_api_wlan + WLAN_TIMEOUT_TEST = test_transport_api_timeout_wlan + WLAN_REL_TEST = test_transport_api_reliability_wlan + WLAN_QUOTA_TEST = test_quota_compliance_wlan \ + test_quota_compliance_wlan_asymmetric +endif if LINUX if HAVE_LIBBLUETOOTH @@ -105,6 +118,18 @@ if HAVE_LIBBLUETOOTH test_quota_compliance_bluetooth_asymmetric endif endif +if XBSD +if HAVE_LIBBLUETOOTH + BT_BIN = gnunet-helper-transport-bluetooth + BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la + BT_PLUGIN_TEST = test_plugin_bluetooth + BT_API_TEST = test_transport_api_bluetooth + BT_TIMEOUT_TEST = test_transport_api_timeout_bluetooth + BT_REL_TEST = test_transport_api_reliability_bluetooth + BT_QUOTA_TEST = test_quota_compliance_bluetooth \ + test_quota_compliance_bluetooth_asymmetric +endif +endif # end of HAVE_EXPERIMENTAL endif |