socket-win: Implement a Windows socket plugin using Winsock2
This commit is contained in:
@@ -195,6 +195,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_SOCKET_WIN
|
||||
SUBDIRS += plugins/socket_win
|
||||
if MONOLITHIC
|
||||
libcharon_la_LIBADD += plugins/socket_win/libstrongswan-socket-win.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_FARP
|
||||
SUBDIRS += plugins/farp
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user