summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 36e37f0d4b63747b0a27511d47a0bee2f313cf53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			xio.o \
			xutils.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			geoip.o \
			ring_rx.o \
			ring.o \
			astraceroute.o