diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:38:17 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:38:17 +0200 |
commit | 57968a8ab19b45b5d128656f6bed2581aee2ef22 (patch) | |
tree | 48e9c560f6f9ffab29debf2cffaaad1acd331c55 /ifpps/Makefile | |
parent | ab9d73629872a474d9194177fa4c9c8cdabe9a44 (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 'ifpps/Makefile')
-rw-r--r-- | ifpps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile index 6088ec6..6f2666f 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -5,5 +5,7 @@ ifpps-objs = xmalloc.o \ promisc.o \ str.o \ link.o \ + sock.o \ dev.o \ + sig.o \ ifpps.o |