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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 63d5bc8..c408961 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ # LIBVERSION=2:0:1 -INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +AM_CPPFLAGS = -I$(top_srcdir)/include -I${KERNELDIR} AM_CFLAGS = -fPIC -Wall LIBS = @LIBNFQUEUE_LIBS@ -- cgit v1.2.3