From: Simon McVittie Date: Wed, 15 Jun 2011 13:30:13 +0000 (+0100) Subject: tools: use AM_CPPFLAGS, and wrap its lines X-Git-Tag: dbus-1.5.6~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee7244181eb2e55f7c359312d5f459745d1ce800;p=platform%2Fupstream%2Fdbus.git tools: use AM_CPPFLAGS, and wrap its lines --- diff --git a/tools/Makefile.am b/tools/Makefile.am index fabb7d7..4dfb131 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,12 @@ configdir=$(sysconfdir)/dbus-1 -INCLUDES=-I$(top_srcdir) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + $(DBUS_X_CFLAGS) \ + -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" \ + -DDBUS_COMPILATION \ + -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \ + $(NULL) # if assertions are enabled, improve backtraces AM_LDFLAGS = @R_DYNAMIC_LDFLAG@