From 04b6df21cd281e8cd540139f8d9ae85defc1961c Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 10 Sep 2019 16:59:32 +0000 Subject: remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less. --- src/transport/Makefile.am | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index a9b0d19d6..0f5b2e8be 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -114,18 +114,12 @@ if HAVE_LIBBLUETOOTH BT_QUOTA_TEST = test_quota_compliance_bluetooth \ test_quota_compliance_bluetooth_asymmetric endif -else -if MINGW - BT_BIN = gnunet-helper-transport-bluetooth - BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la -endif endif # end of HAVE_EXPERIMENTAL endif -if !MINGW UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la UNIX_PLUGIN_TEST = test_transport_api_unix UNIX_TEST = test_plugin_unix @@ -136,7 +130,7 @@ UNIX_QUOTA_TEST = test_quota_compliance_unix \ if LINUX UNIX_API_ABSTRACT_TEST = test_transport_api_unix_abstract endif -endif + noinst_PROGRAMS = \ gnunet-transport-profiler \ @@ -319,13 +313,9 @@ gnunet_transport_wlan_receiver_LDADD = \ gnunet_helper_transport_bluetooth_SOURCES = \ gnunet-helper-transport-bluetooth.c -if MINGW - gnunet_helper_transport_bluetooth_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la - gnunet_helper_transport_bluetooth_LDFLAGS = -lws2_32 -else - gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth -endif + +gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth + gnunet_transport_profiler_SOURCES = \ gnunet-transport-profiler.c -- cgit v1.2.3