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:
Alexander Amelkin 2019-06-13 12:24:07 +03:00
parent 8071cf7389
commit b397a07e9e
No known key found for this signature in database
GPG Key ID: E893587B5B74178D

View File

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