aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2014-09-11 17:11:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-11 18:22:02 +0200
commit603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff (patch)
treed7d206b134801686accab9bf4db25e0bb5b9f211 /Makefile.am
parentdd337a3c87b3ca86ba0091cdf15755aed2fa7014 (diff)
build: rename INCLUDES to AM_CPPFLAGS in Makefile.am to avoid warnings
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 91abed1..c8a05a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
ACLOCAL_AMFLAGS = -I m4
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = include src examples tests
pkgconfigdir = $(libdir)/pkgconfig