jdk: missing network infrastructure for clients

fixes #150
This commit is contained in:
Sebastian Sumpf
2019-03-19 16:16:00 +01:00
committed by Norman Feske
parent c8f95f0666
commit 6680c328ff
6 changed files with 13 additions and 8 deletions

View File

@@ -12,7 +12,9 @@ SRC_C = bsd_close.c \
Inet6Address.c \
InetAddressImplFactory.c \
NetworkInterface.c \
PlainSocketImpl.c
PlainSocketImpl.c \
SocketInputStream.c \
SocketOutputStream.c
INC_DIR += $(JDK_GENERATED)/include/java.base \
$(JDK_BASE)/share/native/include \