diff options
Diffstat (limited to 'curvetun')
-rw-r--r-- | curvetun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index 970bfa8..b2693ed 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -6,6 +6,7 @@ curvetun-objs = xmalloc.o \ str.o \ dev.o \ stun.o \ + sock.o \ patricia.o \ corking.o \ trie.o \ |