From ab9d73629872a474d9194177fa4c9c8cdabe9a44 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:32:19 +0200 Subject: link: add link management functions Same here as usual, break out link functions from xutils. 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 cc0a3ce..ba45395 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -10,6 +10,7 @@ astraceroute-objs = xmalloc.o \ bpf.o \ str.o \ sock.o \ + link.o \ dev.o \ geoip.o \ ring_rx.o \ -- cgit v1.2.3-54-g00ecf