bus: use AM_CPPFLAGS to simplify preprocessor invocation
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 15 Jun 2011 13:14:34 +0000 (14:14 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:17:22 +0000 (11:17 +0100)
commite5b9bc3a6b1d1f9edeec644152146d548f9cfdfd
treed84ba3cf7dfd50afa6c95b15a62711e285088166
parent274e0fbc20a9639201c64830c7eca7a5cea97e73
bus: use AM_CPPFLAGS to simplify preprocessor invocation

Everything in this directory is statically linked to libdbus-internal,
so we can make -DDBUS_STATIC_BUILD global. Also, merge INCLUDES into
AM_CPPFLAGS (it's an older name for the same functionality).
bus/Makefile.am