From b9b7caa43c98108009db29acfe2d1874eb426670 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:05:38 +0200 Subject: build: avoid use of deprecated INCLUDES Makefile.am: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS") And remove unused $(all_includes) Signed-off-by: Jan Engelhardt --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 9a5e9d6..1f52864 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +AM_CPPFLAGS = -I$(top_srcdir)/include -I${KERNELDIR} check_PROGRAMS = nfqnl_test -- cgit v1.2.3