summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-07 17:10:00 -0200
committerThomas Graf <tgraf@suug.ch>2013-01-08 14:38:49 +0100
commitde5744fb65f4e10ccce1baf5a275b433e32b0893 (patch)
treee5d1bf2e3f3245be13e3f1bd36a228f9f8c0993f
parentba38f3919835c39d7bc1e939ef3ca89cfe31600d (diff)
downloadlibnl-de5744fb65f4e10ccce1baf5a275b433e32b0893.tar.gz
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>
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \