On Fri, Aug 10, 2018 at 03:01:58PM +0200, Fernando Fernandez Mancera wrote: > 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/". Could you also add a Makefile.am for files/osf/ and update files/Makefile.am to install via dist_pkgsysconf_DATA? Then, the C code should use DEFAULT_INCLUDE_PATH to build the path to the pf.os that nft will autoload, I mean, to find the pf.os file. Thanks.