dect
/
libnl
Archived
13
0
Fork 0

build: Fix distribution to include 'nfnetlink_conntrack.h'

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@ossystems.com.br>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Otavio Salvador 2013-01-07 17:10:00 -02:00 committed by Thomas Graf
parent ba38f39198
commit de5744fb65
1 changed files with 2 additions and 1 deletions

View File

@ -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 \