From: Jan Engelhardt Date: Sat, 17 Dec 2011 15:35:06 +0000 (+0100) Subject: build: include libipset/nfproto.h X-Git-Tag: v6.11~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab0ef6ab42ae03983570e8c5ee93566bc94d7c84;p=ipset build: include libipset/nfproto.h libipset/types.h, which is installed by default, requires nfproto.h. Signed-off-by: Jozsef Kadlecsik --- diff --git a/include/libipset/Makefile.am b/include/libipset/Makefile.am index 3c21d0f..30b0df8 100644 --- a/include/libipset/Makefile.am +++ b/include/libipset/Makefile.am @@ -6,6 +6,7 @@ pkginclude_HEADERS = \ linux_ip_set_hash.h \ mnl.h \ nf_inet_addr.h \ + nfproto.h \ parse.h \ pfxlen.h \ print.h \