Instruct Make to actually install the header to the system, otherwise users won't see the header in their system after running 'make install'. Signed-off-by: Arturo Borrero Gonzalez <arturo@xxxxxxxxxxxxx> --- v2: don't rename the header, given it has been released already include/nftables/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nftables/Makefile.am b/include/nftables/Makefile.am index 9e31d51..2b43d7f 100644 --- a/include/nftables/Makefile.am +++ b/include/nftables/Makefile.am @@ -1 +1 @@ -noinst_HEADERS = nftables.h +pkginclude_HEADERS = nftables.h -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html