]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: add missing backslash to list of CFLAGS
authorTobias Klauser <tklauser@distanz.ch>
Fri, 13 Jan 2017 14:24:09 +0000 (15:24 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 Jan 2017 10:36:41 +0000 (11:36 +0100)
commit5d6e721c8fe31e14ddedb1a642553d072ec99bd1
tree5a5492493b6ab74b5cd8d828bfae557b32871dca
parentd791f349f913d3555415321ebce6c08155cbc841
build: add missing backslash to list of CFLAGS

Due to a missing backslash in the AM_CFLAGS list some warning flags do
not get added to the generated default CLFAGS. Add the missing backslash
to include them as well.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/Makefile.am