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:
parent
41497246ee
commit
35b1c25093
28 changed files with 12 additions and 25 deletions
2
system.h
2
system.h
|
|
@ -37,7 +37,7 @@ typedef int bool;
|
|||
|
||||
/* Other functions */
|
||||
|
||||
#include "dropin.h"
|
||||
#include "src/dropin.h"
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef int socklen_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue