build system: correct warning about 'INCLUDES'
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 30 Jul 2014 21:13:19 +0000 (23:13 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 30 Jul 2014 21:13:19 +0000 (23:13 +0200)
This suppresses this warning when running build.sh:

Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Makefile.am

index 5267123..35f24cb 100644 (file)
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I libltdl/m4
 
 SUBDIRS = libltdl src bindings .
 
-INCLUDES = $(LTDLINCL)
+AM_CPPFLAGS = $(LTDLINCL)
 
 EXTRA_DIST = contrib version-gen.sh