link: add link management functions
[netsniff-ng.git] / astraceroute / Makefile
blobba4539550de4d45beefe8cf177ab042f5625c941
1 astraceroute-libs = -lGeoIP \
2 -lpthread \
3 -lz
5 astraceroute-objs = xmalloc.o \
6 ioops.o \
7 xutils.o \
8 proto_none.o \
9 tprintf.o \
10 bpf.o \
11 str.o \
12 sock.o \
13 link.o \
14 dev.o \
15 geoip.o \
16 ring_rx.o \
17 ring.o \
18 astraceroute.o