diff mbox series

build: do install libipset/args.h

Message ID 20180122215033.28643-1-jengelh@inai.de
State Accepted
Delegated to: Jozsef Kadlecsik
Headers show
Series build: do install libipset/args.h | expand

Commit Message

Jan Engelhardt Jan. 22, 2018, 9:50 p.m. UTC
libipset/types.h includes args.h, therefore args.h must be installed
too.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 include/libipset/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Jozsef Kadlecsik Jan. 23, 2018, 7:23 p.m. UTC | #1
Hi Jan,

On Mon, 22 Jan 2018, Jan Engelhardt wrote:

> libipset/types.h includes args.h, therefore args.h must be installed
> too.
> 
> Signed-off-by: Jan Engelhardt <jengelh@inai.de>
> ---
>  include/libipset/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)

Yes, it's required. Thanks, patch is applied.

Best regards,
Jozsef 
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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 \