Use autoconf convention for the configuration header (Glenn Murphy)
This commit is contained in:
parent
68a722e6d1
commit
1b3005836b
23 changed files with 28 additions and 23 deletions
|
@ -5,7 +5,8 @@ CXX = $(CXX_FOR_BUILD)
|
|||
AM_CPPFLAGS = \
|
||||
$(dbus_CFLAGS) \
|
||||
$(xml_CFLAGS) \
|
||||
-I$(top_srcdir)/include
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/include
|
||||
|
||||
if CROSS_COMPILING
|
||||
libdbus_cxx_la = $(BUILD_LIBDBUS_CXX_DIR)/src/libdbus-c++-1.la
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue