mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
libpttls: Link against ws_w32 on Windows
This commit is contained in:
parent
262802f101
commit
17c17665cb
@ -13,6 +13,10 @@ libpttls_la_LIBADD = \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la \
|
||||
$(top_builddir)/src/libtls/libtls.la
|
||||
|
||||
if USE_WINDOWS
|
||||
libpttls_la_LIBADD += -lws2_32
|
||||
endif
|
||||
|
||||
libpttls_la_SOURCES = pt_tls.c pt_tls.h \
|
||||
pt_tls_client.c pt_tls_client.h \
|
||||
pt_tls_server.c pt_tls_server.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user