summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2019-06-13 12:24:07 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2019-06-13 12:24:07 +0300
commitb397a07e9e6b491217b588da0e22f49400a523b0 (patch)
tree75ab416fd27b39446e86226eae6caab54ae2192d
parent8071cf73897e6b5d555efa49d789fa99c9da8c9a (diff)
downloadipmitool-b397a07e9e6b491217b588da0e22f49400a523b0.tar.gz
dbus: Replace obsolete INCLUDES with AM_CPPFLAGS
The `INCLUDES` variable is obsolete, `AM_CPPFLAGS` is the new name. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
-rw-r--r--src/plugins/dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dbus/Makefile.am b/src/plugins/dbus/Makefile.am
index 3e92113..208f0ad 100644
--- a/src/plugins/dbus/Makefile.am
+++ b/src/plugins/dbus/Makefile.am
@@ -31,7 +31,7 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
EXTRA_LTLIBRARIES = libintf_dbus.la
noinst_LTLIBRARIES = @INTF_DBUS_LIB@