From 91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 2 Oct 2012 12:57:29 -0300 Subject: [PATCH] build: Don't use deprecated INCLUDES variable Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b05d4f02..31a42e47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @XTABLES_CFLAGS@ \ -DSTORAGEDIR=\""$(storagedir)\"" \ -DCONFIGDIR=\""$(configdir)\"" -INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus +AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus EXTRA_DIST = src/genbuiltin src/connman-dbus.conf src/connman-polkit.conf \ plugins/connman-nmcompat.conf -- 2.34.1