From 9e6928f037823773a37630dec5a764455dcea6fb Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 28 Aug 2013 09:32:44 +0200 Subject: utils: add nfsynproxy tool [ Originally synconf, but Jesper D. Brouer suggested to change the name to avoid a possible filename clash. I also include nfsynproxy in the final configure report --pablo ] Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- utils/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index c26aa640..c4192a9e 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -18,3 +18,8 @@ if ENABLE_BPFC sbin_PROGRAMS += nfbpf_compile nfbpf_compile_LDADD = -lpcap endif + +if ENABLE_SYNCONF +sbin_PROGRAMS += nfsynproxy +nfsynproxy_LDADD = -lpcap +endif -- cgit v1.2.3