Makefile.am: s/INCLUDES/AM_CPPFLAGS/
authorFlorian Forster <octo@collectd.org>
Tue, 10 Mar 2015 14:13:59 +0000 (15:13 +0100)
committerFlorian 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

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