From 0ea3dd8c7e3df6a0cac20be4c70f3f6a7433a041 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 10 Mar 2015 15:13:59 +0100 Subject: [PATCH] Makefile.am: s/INCLUDES/AM_CPPFLAGS/ Fixes the following warning: Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 52671235..35f24cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I libltdl/m4 SUBDIRS = libltdl src bindings . -INCLUDES = $(LTDLINCL) +AM_CPPFLAGS = $(LTDLINCL) EXTRA_DIST = contrib version-gen.sh -- 2.11.0