From 57968a8ab19b45b5d128656f6bed2581aee2ef22 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:38:17 +0200 Subject: sig: add signal handling functions Add an extra file for signal handling functions. Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index ba45395..b99e310 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -9,6 +9,7 @@ astraceroute-objs = xmalloc.o \ tprintf.o \ bpf.o \ str.o \ + sig.o \ sock.o \ link.o \ dev.o \ -- cgit v1.2.3-54-g00ecf