netsniff-ng: No trailing whitespaces in generated trafgen config files
[netsniff-ng.git] / astraceroute / Makefile
blob6fd0b17d89b375285a01532e6b98ab39542ed2ab
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 astraceroute.o
21 ifeq ($(CONFIG_GEOIP), 1)
22 astraceroute-objs += geoip.o \
23 ioops.o
24 endif
26 astraceroute-eflags =
28 astraceroute-confs = geoip.conf