Browse Source

1

nodeinfo-routing-update
Evgeny 4 weeks ago
parent
commit
79f73bf709
  1. 4
      src/Makefile.am

4
src/Makefile.am

@ -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 = \

Loading…
Cancel
Save