diff options
author | ng0 <ng0@n0.is> | 2019-09-10 16:59:32 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-09-10 16:59:32 +0000 |
commit | 04b6df21cd281e8cd540139f8d9ae85defc1961c (patch) | |
tree | 6357199445df8d5c0c631bc8f10aef838b1f9f1e /src/reclaim | |
parent | 483b0139a218a5f8a8311bda3eb23bcd88f57688 (diff) |
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.
Diffstat (limited to 'src/reclaim')
-rw-r--r-- | src/reclaim/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am index 69dcc605e..851b0d71e 100644 --- a/src/reclaim/Makefile.am +++ b/src/reclaim/Makefile.am @@ -3,10 +3,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet -if MINGW - WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -endif - if USE_COVERAGE AM_CFLAGS = --coverage -O0 XLIB = -lgcov |