]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
autotool: INCLUDES usage is deprecated
authorEric Leblond <eric@regit.org>
Thu, 20 Jun 2013 13:22:13 +0000 (15:22 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Jul 2013 13:05:14 +0000 (15:05 +0200)
src/Makefile.am

index f0d16a00430d8a6d19be7ecd801040f52bddf799..39cd78f56204dfce55a8ea0eb8cfd42c016198c4 100644 (file)
@@ -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)