summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-08-22 17:03:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-23 20:50:26 +0200
commitb8d4cf6560385786d5b7824a85efc42d9bb41ed6 (patch)
tree03825ba6dc2c63fe9b4d70f55263e12b51ce97c6 /configure.ac
parent6c8d1ded5e0f3e2d775eaf342cb501740e50e564 (diff)
files: osf: copy iptables/utils/pf.os into nftables tree
As we are going to need pf.os file to load OS fingerprints from the incoming nfnl_osf.c, we copy it into the nftables tree directory "files/osf/". Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c6536a31..9bbd9d32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,6 +130,7 @@ AC_CONFIG_FILES([ \
include/linux/netfilter_ipv6/Makefile \
files/Makefile \
files/nftables/Makefile \
+ files/osf/Makefile \
doc/Makefile \
py/Makefile \
])