]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: propagate global CFLAGS
authorJan Engelhardt <jengelh@medozas.de>
Fri, 5 Nov 2010 18:25:16 +0000 (19:25 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 5 Nov 2010 18:32:04 +0000 (19:32 +0100)
commit99d59b94d6ec46dddb05e518f253a983f0450e3f
tree4a166a87063a374f049e42474beca26243e0d378
parenta12a31bfbbd314a2fcb3437f9211a53bd2a97c00
build: propagate global CFLAGS

We must not override CFLAGS, because that will break when the user
overrides CFLAGS again at make time (which he is entitled to). So,
name our CFLAGS regular_CFLAGS, and also include that across all
Makefiles so that they are actually uesd for all the code.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
13 files changed:
configure.ac
filter/Makefile.am
filter/raw2packet/Makefile.am
input/flow/Makefile.am
input/packet/Makefile.am
libipulog/Makefile.am
output/Makefile.am
output/dbi/Makefile.am
output/mysql/Makefile.am
output/pcap/Makefile.am
output/pgsql/Makefile.am
output/sqlite3/Makefile.am
src/Makefile.am