summary refs log tree commit diff stats
path: root/src/common/dbus
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 22:26:35 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 22:26:35 +0200
commit84c536e4ea7a5f517822c9928222f066f2faf3fe (patch)
treea40eed544b6840c375de3004c04d85d44377d515 /src/common/dbus
parent4482f8d1f53138f7846c139b6ae2b4bf9cf34dd1 (diff)
Compatibility for Automake 1.12.4+
Diffstat (limited to 'src/common/dbus')
-rw-r--r--src/common/dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am
index 46940442..62728e28 100644
--- a/src/common/dbus/Makefile.am
+++ b/src/common/dbus/Makefile.am
@@ -19,7 +19,7 @@ BUILT_SOURCES =				\
 
 CLEANFILES = $(BUILT_SOURCES)
 
-INCLUDES = $(COMMON_CFLAGS) $(DBUS_CFLAGS)
+AM_CPPFLAGS = $(COMMON_CFLAGS) $(DBUS_CFLAGS)
 
 noinst_PROGRAMS = example
 example_SOURCES = example.c