From ae55f524c92aadfae2a94947002c978d80320f32 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 30 Jul 2013 14:15:58 +0200 Subject: build: reduce Extra contents to bare minimum Improve the build system, so that configuration files are installed per tool basis. Also, introduce post_install targets, so that config files can be altered in some way, e.g. done by trafgen. Moreover, move custom targets from Extra to tool-specific Makefiles. Signed-off-by: Daniel Borkmann --- netsniff-ng/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'netsniff-ng/Makefile') 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 -- cgit v1.2.3-54-g00ecf