From bf08896f823d350f020b7d37940e41cb7107c28a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 26 Jan 2009 19:39:47 +0100 Subject: build: replace INCLUDES by AM_CPPFLAGS according to autoreconf This patch replaces INCLUDES by AM_CPPFLAGS according to a suggestion from autoreconf. Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 2eeb886..810253a 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,4 +1,4 @@ -INCLUDES=$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS=$(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -W -Wall \ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ -- cgit v1.2.3