|
|
|
|
@ -26,15 +26,13 @@ utun_CORE_SOURCES = \
|
|
|
|
|
if OS_WINDOWS |
|
|
|
|
utun_TUN_SOURCES = tun_windows.c
|
|
|
|
|
utun_TUN_LIBS = -liphlpapi -lws2_32 -ladvapi32 -lbcrypt -ldbghelp
|
|
|
|
|
else |
|
|
|
|
if OS_FREEBSD |
|
|
|
|
elseif OS_FREEBSD |
|
|
|
|
utun_TUN_SOURCES = tun_freebsd.c
|
|
|
|
|
utun_TUN_LIBS =
|
|
|
|
|
else |
|
|
|
|
utun_TUN_SOURCES = tun_linux.c
|
|
|
|
|
utun_TUN_LIBS =
|
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
# TinyCrypt sources (only used without OpenSSL)
|
|
|
|
|
utun_TINYCRYPT_SOURCES = \
|
|
|
|
|
|