From 9ae1afe31607cbfba772976f793008c65fb1a08e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Sep 2013 12:38:51 +0000 Subject: - replace deprecated INCLUDES with AM_CPPFLAGS --- src/mysql/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mysql') diff --git a/src/mysql/Makefile.am b/src/mysql/Makefile.am index c98c71b44..c91dd80ca 100644 --- a/src/mysql/Makefile.am +++ b/src/mysql/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -- cgit v1.2.3