aboutsummaryrefslogtreecommitdiff
path: root/src/auction
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-10 16:59:32 +0000
committerng0 <ng0@n0.is>2019-09-10 16:59:32 +0000
commit04b6df21cd281e8cd540139f8d9ae85defc1961c (patch)
tree6357199445df8d5c0c631bc8f10aef838b1f9f1e /src/auction
parent483b0139a218a5f8a8311bda3eb23bcd88f57688 (diff)
downloadgnunet-04b6df21cd281e8cd540139f8d9ae85defc1961c.tar.gz
gnunet-04b6df21cd281e8cd540139f8d9ae85defc1961c.zip
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/auction')
-rw-r--r--src/auction/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/auction/Makefile.am b/src/auction/Makefile.am
index f86e846e2..0cb5d5a84 100644
--- a/src/auction/Makefile.am
+++ b/src/auction/Makefile.am
@@ -9,10 +9,6 @@ libexecdir = $(pkglibdir)/libexec/
9pkgcfg_DATA = \ 9pkgcfg_DATA = \
10 auction.conf 10 auction.conf
11 11
12if MINGW
13 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
14endif
15
16if USE_COVERAGE 12if USE_COVERAGE
17 AM_CFLAGS = -fprofile-arcs -ftest-coverage 13 AM_CFLAGS = -fprofile-arcs -ftest-coverage
18endif 14endif