projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2daef0b
)
Makefile.am: s/INCLUDES/AM_CPPFLAGS/
author
Florian Forster
<octo@collectd.org>
Tue, 10 Mar 2015 14:13:59 +0000
(15:13 +0100)
committer
Florian Forster
<octo@collectd.org>
Tue, 10 Mar 2015 14:13:59 +0000
(15:13 +0100)
Fixes the following warning:
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