astraceroute/Makefile: don't build ring_rx.o
[netsniff-ng.git] / astraceroute / Makefile
blob1972a12fe7c576226830e51dee7aa6f0f2738d16
1 astraceroute-libs = -lpthread
3 ifeq ($(CONFIG_GEOIP), 1)
4 astraceroute-libs += -lGeoIP \
5 -lz
6 endif
9 astraceroute-objs = xmalloc.o \
10 ioops.o \
11 proto_none.o \
12 tprintf.o \
13 bpf.o \
14 str.o \
15 sig.o \
16 sock.o \
17 link.o \
18 dev.o \
19 ring.o \
20 astraceroute.o
22 ifeq ($(CONFIG_GEOIP), 1)
23 astraceroute-objs += geoip.o
24 endif
26 astraceroute-eflags =
28 astraceroute-confs = geoip.conf