projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452185d
)
build system: correct warning about 'INCLUDES'
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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
5267123
..
35f24cb
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-2,7
+2,7
@@
ACLOCAL_AMFLAGS = -I libltdl/m4
SUBDIRS = libltdl src bindings .
-
INCLUDE
S = $(LTDLINCL)
+
AM_CPPFLAG
S = $(LTDLINCL)
EXTRA_DIST = contrib version-gen.sh