mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
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>
This commit is contained in:
parent
8071cf7389
commit
b397a07e9e
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
|
|
||||||
EXTRA_LTLIBRARIES = libintf_dbus.la
|
EXTRA_LTLIBRARIES = libintf_dbus.la
|
||||||
noinst_LTLIBRARIES = @INTF_DBUS_LIB@
|
noinst_LTLIBRARIES = @INTF_DBUS_LIB@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user