tools: use AM_CPPFLAGS, and wrap its lines

This commit is contained in:
Simon McVittie 2011-06-15 14:30:13 +01:00
parent 7430df2416
commit ee7244181e

View file

@ -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@