]> granicus.if.org Git - libnl/commitdiff
build: Fix distribution to include 'nfnetlink_conntrack.h'
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 7 Jan 2013 19:10:00 +0000 (17:10 -0200)
committerThomas Graf <tgraf@suug.ch>
Tue, 8 Jan 2013 13:38:49 +0000 (14:38 +0100)
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>
include/Makefile.am

index e0f41fcc3e81eb0d91effd1f6652f0fea6d1284b..9ea97b8522d81bba614a80e881dc34ee0e514762 100644 (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 \