]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: Fix error during out of tree build
authorBen Brown <ben@demerara.io>
Wed, 25 May 2022 15:26:13 +0000 (16:26 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 25 May 2022 17:09:54 +0000 (19:09 +0200)
commit0ebf52fc951b2a4d98a166afb34af4f364bbeece
tree65bf06d64de253e0c49559d683d3ccfe08705fa2
parent0e7cf0ad306cdf95dc3c28d15a254532206a888e
build: Fix error during out of tree build

Fixes the following error:

    ../../libxtables/xtables.c:52:10: fatal error: libiptc/linux_list.h: No such file or directory
       52 | #include <libiptc/linux_list.h>

Fixes: f58b0d7406451 ("libxtables: Implement notargets hash table")
Signed-off-by: Ben Brown <ben@demerara.io>
Signed-off-by: Phil Sutter <phil@nwl.cc>
libxtables/Makefile.am