summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 452185d)
raw | patch | inline | side by side (parent: 452185d)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 30 Jul 2014 21:13:19 +0000 (23:13 +0200) | ||
committer | Marc 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:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 52671235e52289d3c1d67088e61e0606e0a5260a..35f24cb1a8b5258e1f7d926bf25d0643cf5ba56a 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
SUBDIRS = libltdl src bindings .
-INCLUDES = $(LTDLINCL)
+AM_CPPFLAGS = $(LTDLINCL)
EXTRA_DIST = contrib version-gen.sh