From 23bd5ecbd11766088784507a56e32975b4c755a2 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:46:38 +0200 Subject: xutils: move device management functions out of xutils Move those functions out so that they can be more easily maintained in its separate file. Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute/Makefile') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 82e5b5b..8add1cd 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -9,6 +9,7 @@ astraceroute-objs = xmalloc.o \ tprintf.o \ bpf.o \ str.o \ + dev.o \ geoip.o \ ring_rx.o \ ring.o \ -- cgit v1.2.3-54-g00ecf