1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-15 06:31:32 +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 688630dee2
commit 070e32986e
7 changed files with 44 additions and 10 deletions

View File

@ -25,5 +25,4 @@ vpnserver_SOURCES = \
vpnserver.c
vpnserver_LDADD = \
$(top_builddir)/src/Mayaqua/libmayaqua.la \
$(top_builddir)/src/Cedar/libcedar.la
$(top_builddir)/src/libsoftether/libsoftether.la