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.
This commit is contained in:
Guus Sliepen 2009-12-31 13:19:13 +01:00
parent 41497246ee
commit 35b1c25093
28 changed files with 12 additions and 25 deletions

View file

@ -37,7 +37,7 @@ typedef int bool;
/* Other functions */
#include "dropin.h"
#include "src/dropin.h"
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;