summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:38:17 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:38:17 +0200
commit57968a8ab19b45b5d128656f6bed2581aee2ef22 (patch)
tree48e9c560f6f9ffab29debf2cffaaad1acd331c55 /curvetun
parentab9d73629872a474d9194177fa4c9c8cdabe9a44 (diff)
sig: add signal handling functions
Add an extra file for signal handling functions. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r--curvetun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile
index 111664c..f66fd4d 100644
--- a/curvetun/Makefile
+++ b/curvetun/Makefile
@@ -7,6 +7,7 @@ curvetun-objs = xmalloc.o \
dev.o \
stun.o \
sock.o \
+ sig.o \
link.o \
patricia.o \
corking.o \