From 79ff68acae7e4774881d6bc53fc5c639da4a2e7b Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 1 Dec 2019 11:49:59 +0000 Subject: transport: initial commit for bluetooth and wlan in netbsd. --- src/transport/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/transport/Makefile.am') 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 -- cgit v1.2.3