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
|
@ -1,7 +1,8 @@
|
|||
AM_CPPFLAGS = \
|
||||
$(dbus_CFLAGS) \
|
||||
$(glib_CFLAGS) \
|
||||
-I$(top_srcdir)/include
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/include
|
||||
|
||||
if ENABLE_GLIB
|
||||
GLIB_H = $(HEADER_DIR)/glib-integration.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue