Use autoconf convention for the configuration header (Glenn Murphy)

This commit is contained in:
pd 2008-06-14 15:40:27 +02:00
parent 68a722e6d1
commit 1b3005836b
23 changed files with 28 additions and 23 deletions

View file

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