]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: add missing \ in src/Makefile.am (AM_CPPFLAGS)
authorDavid Kozub <zub.272@gmail.com>
Tue, 25 Nov 2014 17:51:43 +0000 (18:51 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 25 Nov 2014 17:52:09 +0000 (18:52 +0100)
commit57b1eb1ccc074337cc64b86f5bbcedfb583deaeb
tree9ec4dfb27a2e8f6916eb792f4fc61437ca8c4dc8
parent7d202f4f956263aeff3693b6ceaa94ebe2799e9f
build: add missing \ in src/Makefile.am (AM_CPPFLAGS)

The missing \ at the end of the line causes LIBMNL_CFLAGS and LIBNFTNL_CFLAGS
to be ignored. This causes build failure if the libmnl or libnftnl headers are
not in a path that's already searched by the C compiler.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/Makefile.am