summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-02 12:57:29 -0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-10-03 11:24:13 +0300
commit91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b (patch)
tree7ae3909aae7efc3dd99616a90d9642ecff72176f /Makefile.am
parent13fda7982c4990fb1b1b5520c4db9da278baff3b (diff)
downloadconnman-91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b.tar.gz
connman-91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b.tar.bz2
connman-91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b.zip
build: Don't use deprecated INCLUDES variable
Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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