netsniff-ng v0.5.9-rc5
[netsniff-ng.git] / astraceroute / Makefile
blob2e80a118e0b0f6e5473ed33dd8a53b3c93610448
1 astraceroute-libs = -lpthread
3 ifeq ($(CONFIG_GEOIP), 1)
4 astraceroute-libs += -lGeoIP \
5 -lz
6 endif
9 astraceroute-objs = xmalloc.o \
10 proto_none.o \
11 tprintf.o \
12 bpf.o \
13 str.o \
14 sig.o \
15 sock.o \
16 link.o \
17 dev.o \
18 ring.o \
19 die.o \
20 astraceroute.o
22 ifeq ($(CONFIG_GEOIP), 1)
23 astraceroute-objs += geoip.o \
24 ioops.o
25 endif
27 astraceroute-eflags =
29 astraceroute-confs = geoip.conf