From 619c407e1e3914738f3d2ecf183566ea68be1917 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:41:43 +0200 Subject: build: avoid use of deprecated INCLUDES And remove unused $(all_includes). Signed-off-by: Jan Engelhardt --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eb7d586..c6e1154 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES =$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include SUBDIRS = include src utils LINKOPTS = -lnfnetlink -- cgit v1.2.3