summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2daef0b)
raw | patch | inline | side by side (parent: 2daef0b)
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: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