From c2cbb437761f7bde0632f3e1c8070f1786d0c231 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 20 Jun 2013 15:22:13 +0200 Subject: [PATCH] autotool: INCLUDES usage is deprecated --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f0d16a0043..39cd78f562 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -338,8 +338,7 @@ win32-syslog.h EXTRA_DIST = util-mpm-ac-cuda-kernel.cu ptxdump.py # set the include path found by configure -INCLUDES= $(all_includes) - +AM_CPPFLAGS = $(all_includes) # the library search path. suricata_LDFLAGS = $(all_libraries)