This fails to build on a SUSE Linux Enterprise 11 system where the linux-glibc-devel headers (/usr/include/linux) are of version 2.6.32. The reason for that is that x_tables.h is only present in the git repository, but not the tarball as produced by `make dist`. Add the missing file to the file list. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> --- include/linux/netfilter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am index a349b91..dc09d97 100644 --- a/include/linux/netfilter/Makefile.am +++ b/include/linux/netfilter/Makefile.am @@ -1 +1 @@ -noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h xt_LOG.h +noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h x_tables.h xt_LOG.h -- 2.0.0 -- 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