mausezahn: use getopt_long instead of getopt
[netsniff-ng.git] / astraceroute / Makefile
blobbbf9e88062396bf8ff8ec680e3b6f340f2dc8858
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 sysctl.o \
21 astraceroute.o
23 ifeq ($(CONFIG_GEOIP), 1)
24 astraceroute-objs += geoip.o \
25 ioops.o
26 endif
28 astraceroute-eflags =
30 astraceroute-confs = geoip.conf