From: Eric Leblond Date: Thu, 20 Jun 2013 13:22:13 +0000 (+0200) Subject: autotool: INCLUDES usage is deprecated X-Git-Tag: suricata-2.0beta1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2cbb437761f7bde0632f3e1c8070f1786d0c231;p=thirdparty%2Fsuricata.git autotool: INCLUDES usage is deprecated --- 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)