]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: move remaining preprocessor flags into CPPFLAGS
authorJan Engelhardt <jengelh@inai.de>
Tue, 27 Nov 2012 12:45:44 +0000 (13:45 +0100)
committerJan Engelhardt <jengelh@inai.de>
Tue, 27 Nov 2012 12:45:44 +0000 (13:45 +0100)
commit2fe41885926f9f0d9364d3437f15e3f2a3d23aeb
tree6b23c199ecb636b716efedac54fdadfb72303ed9
parent96d19632dacf3bacb3874a6681f442fcc33086e7
build: move remaining preprocessor flags into CPPFLAGS

The flags retrieved from `pkg-config --cflags ...` are generally only
preprocessor flags (mostly -I to point to the directories), since
anything else would inconvenience downstream users.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
filter/Makefile.am
output/Makefile.am
output/sqlite3/Makefile.am