From: Guus Sliepen Date: Thu, 31 Dec 2009 12:19:13 +0000 (+0100) Subject: Move source from lib/ to src/. X-Git-Tag: import-tinc-1.1~559 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;hp=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;p=meshlink 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. ---