]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: avoid per-target CFLAGS
authorJan Engelhardt <jengelh@inai.de>
Tue, 27 Nov 2012 12:43:42 +0000 (13:43 +0100)
committerJan Engelhardt <jengelh@inai.de>
Tue, 27 Nov 2012 12:43:42 +0000 (13:43 +0100)
commit96d19632dacf3bacb3874a6681f442fcc33086e7
tree790fbbb00b9a5e3ce4bddef1ec4f7ff41ce112a2
parent58a5cac020af30544c59b32496072ee131b65821
build: avoid per-target CFLAGS

There is no harm in putting the includes in the global AM_CPPFLAGS;
this can generally save number of compilations of a file when a
source file is used multiple times.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
input/flow/Makefile.am
input/packet/Makefile.am