diff options
Diffstat (limited to 'netsniff-ng')
-rw-r--r-- | netsniff-ng/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index 790c7c4..8811328 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -76,3 +76,9 @@ endif netsniff-ng-eflags = $(shell pkg-config --cflags libnl-3.0) \ $(shell pkg-config --cflags libnl-genl-3.0) \ -DHAVE_DISSECTOR_PROTOS -DNEED_TCPDUMP_LIKE_FILTER + +netsniff-ng-confs = ether.conf \ + tcp.conf \ + udp.conf \ + oui.conf \ + geoip.conf |