From: Lucas De Marchi Date: Tue, 2 Oct 2012 15:57:29 +0000 (-0300) Subject: build: Don't use deprecated INCLUDES variable X-Git-Tag: 1.8~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b;p=platform%2Fupstream%2Fconnman.git build: Don't use deprecated INCLUDES variable Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- 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