f1cb09a2d3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ipset#c937e6ad0a272b39d0535b69057ba5d9eac9441d
29 lines
782 B
Diff
29 lines
782 B
Diff
From 39fde1381f0ba9101f65c08f2abda5426a46f8b1 Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Mon, 22 Jan 2018 22:50:33 +0100
|
|
Subject: [PATCH] build: do install libipset/args.h
|
|
|
|
libipset/types.h includes args.h, therefore args.h must be installed
|
|
too.
|
|
|
|
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
|
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
|
|
---
|
|
include/libipset/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
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 \
|
|
--
|
|
2.11.0
|
|
|