[PATCH] build: Fix distribution to include 'nfnetlink_conntrack.h'
Otavio Salvador
otavio at ossystems.com.br
Mon Jan 7 14:10:01 EST 2013
The header has not been included in the headers list so it has been
been distributed in the tarball making it fail to build in old kernels.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Please consider making a new this makes quite hard to build libnl in
old kernels.
include/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/Makefile.am b/include/Makefile.am
index e0f41fc..9ea97b8 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -109,8 +109,9 @@ noinst_HEADERS = \
linux/ipv6.h \
linux/neighbour.h \
linux/netfilter.h \
- linux/netfilter/nfnetlink_conntrack.h \
+ linux/netfilter/nf_conntrack_common.h \
linux/netfilter/nfnetlink.h \
+ linux/netfilter/nfnetlink_conntrack.h \
linux/netfilter/nfnetlink_log.h \
linux/netfilter/nfnetlink_queue.h \
linux/netlink.h \
--
1.7.10.4
More information about the libnl
mailing list