From: Guus Sliepen Date: Thu, 31 Dec 2009 12:19:13 +0000 (+0100) Subject: Move source from lib/ to src/. X-Git-Tag: release-1.1pre1~84 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;hp=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;p=tinc Move source from lib/ to src/. The utility functions in the lib/ directory do not really form a library. Also, now that we build two binaries, tincctl does not need everything that was in libvpn.a, so it is wasteful to link to it. ---