aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
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/include/Makefile.am
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/include/Makefile.am')
-rw-r--r--src/include/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 775257768..d5c097341 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -3,10 +3,6 @@ SUBDIRS = .
3 3
4gnunetincludedir = $(includedir)/gnunet 4gnunetincludedir = $(includedir)/gnunet
5 5
6if MINGW
7 WINPROC = winproc.h
8endif
9
10EXTRA_DIST = \ 6EXTRA_DIST = \
11 gauger.h \ 7 gauger.h \
12 block_fs.h \ 8 block_fs.h \
@@ -15,7 +11,7 @@ EXTRA_DIST = \
15 11
16if TALER_ONLY 12if TALER_ONLY
17gnunetinclude_HEADERS = \ 13gnunetinclude_HEADERS = \
18 platform.h plibc.h $(WINPROC) gettext.h \ 14 platform.h gettext.h \
19 gnunet_common.h \ 15 gnunet_common.h \
20 gnunet_container_lib.h \ 16 gnunet_container_lib.h \
21 gnunet_crypto_lib.h \ 17 gnunet_crypto_lib.h \
@@ -25,7 +21,7 @@ gnunetinclude_HEADERS = \
25else 21else
26 22
27gnunetinclude_HEADERS = \ 23gnunetinclude_HEADERS = \
28 platform.h $(WINPROC) gettext.h \ 24 platform.h gettext.h \
29 compat.h \ 25 compat.h \
30 gnunet_applications.h \ 26 gnunet_applications.h \
31 gnunet_arm_service.h \ 27 gnunet_arm_service.h \