mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
libradius: Link to winsock32 on Windows
This commit is contained in:
parent
9b391f86fe
commit
c9c76278c3
@ -9,6 +9,10 @@ ipseclib_LTLIBRARIES = libradius.la
|
||||
libradius_la_LIBADD = \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la -lm
|
||||
|
||||
if USE_WINDOWS
|
||||
libradius_la_LIBADD += -lws2_32
|
||||
endif
|
||||
|
||||
libradius_la_SOURCES = \
|
||||
radius_message.h radius_message.c \
|
||||
radius_socket.h radius_socket.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user