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/vpn/Makefile.am | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'src/vpn/Makefile.am') diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index d1f74d35b..3ad9b1a54 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -1,11 +1,6 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include -if MINGW - WINFLAGS = -Wl,--no-undefined,--export-all-symbols - VPNBIN = gnunet-helper-vpn -endif - if USE_COVERAGE AM_CFLAGS = --coverage -O0 endif @@ -39,20 +34,9 @@ libexec_PROGRAMS = \ bin_PROGRAMS = \ gnunet-vpn -if MINGW - gnunet_helper_vpn_LDFLAGS = \ - -no-undefined -Wl,--export-all-symbols - - gnunet_helper_vpn_LDADD = \ - -lsetupapi -lnewdev -lshell32 -liconv -lstdc++ \ - -lcomdlg32 -lgdi32 -liphlpapi +gnunet_helper_vpn_SOURCES = \ +gnunet-helper-vpn.c - gnunet_helper_vpn_SOURCES = \ - gnunet-helper-vpn-windows.c -else - gnunet_helper_vpn_SOURCES = \ - gnunet-helper-vpn.c -endif gnunet_service_vpn_SOURCES = \ gnunet-service-vpn.c gnunet_service_vpn_LDADD = \ -- cgit v1.2.3