]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: move CPP `-D` flag.
authorJeremy Sowden <jeremy@azazel.net>
Sun, 14 Nov 2021 15:52:21 +0000 (15:52 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Nov 2021 10:42:41 +0000 (11:42 +0100)
commit820438083eb04abf8efc722fbbe0fdab7c88163d
treea76f2b7e8223f23fe2f0c513db8124db6aaaf110
parentf3ff1d5f335be62918224deba36f9eb592a7b27d
build: move CPP `-D` flag.

The `ULOGD2_LIBDIR` macro is only used in one place, so move the flag
defining it out of the common `regular_CFLAGS` variable to the
`AM_CPPFLAGS` variable in the Makefile where it is needed.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
src/Makefile.am