forked from pool/ipset
Jan Engelhardt
8af18c001e
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=1
29 lines
809 B
Diff
29 lines
809 B
Diff
parent 056b0ea7b9c66b84842834d92e112db2b4e4d9aa (v6.10-3-g056b0ea)
|
|
commit ab0ef6ab42ae03983570e8c5ee93566bc94d7c84
|
|
Author: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: Sat Dec 17 16:35:06 2011 +0100
|
|
|
|
build: include libipset/nfproto.h
|
|
|
|
libipset/types.h, which is installed by default, requires nfproto.h.
|
|
|
|
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
|
|
---
|
|
include/libipset/Makefile.am | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
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 \
|
|
--
|
|
# Created with git-export-patch
|