1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-25 12:51:34 +03:00

Create libsoftether.so and dynamically link the userland.

Sharing object code between vpnbridge, vpnclient, vpnserver, and vpncmd
reduces the binary size of SoftEther by 85% and its administrative memory
footprint by 50%.
This commit is contained in:
Darik Horn
2014-04-13 12:51:15 -04:00
parent c5e5d7e93c
commit 75625af541
7 changed files with 44 additions and 10 deletions

View File

@ -30,6 +30,7 @@ AC_CONFIG_FILES([
src/Mayaqua/Makefile
src/Cedar/Makefile
src/hamcorebuilder/Makefile
src/libsoftether/Makefile
src/bin/hamcore/Makefile
src/vpnserver/Makefile
src/vpnclient/Makefile