From: Jan Engelhardt Date: Mon, 22 Jan 2018 21:50:33 +0000 (+0100) Subject: build: do install libipset/args.h X-Git-Tag: v6.36~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39fde1381f0ba9101f65c08f2abda5426a46f8b1;p=ipset build: do install libipset/args.h libipset/types.h includes args.h, therefore args.h must be installed too. Signed-off-by: Jan Engelhardt Signed-off-by: Jozsef Kadlecsik --- diff --git a/include/libipset/Makefile.am b/include/libipset/Makefile.am index 3b47518..79a1357 100644 --- a/include/libipset/Makefile.am +++ b/include/libipset/Makefile.am @@ -1,5 +1,6 @@ pkgincludedir = ${includedir}/libipset pkginclude_HEADERS = \ + args.h \ data.h \ errcode.h \ linux_ip_set_bitmap.h \