]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
examples/plugin: update to find generated rust header
authorJason Ish <jason.ish@oisf.net>
Tue, 15 Oct 2024 23:06:35 +0000 (17:06 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Nov 2024 09:53:59 +0000 (10:53 +0100)
Needed for changes to output-eve.h.

examples/plugins/c-json-filetype/Makefile.in

index 0d4ec381ee4a18e4f2471d721b110ed5568730e1..4d85c8ee2d59015e2080fa9c3bce53d848c9e492 100644 (file)
@@ -5,7 +5,7 @@
 
 # But as this is an example in the Suricata source tree we'll look for
 # includes in the source tree.
-CPPFLAGS +=    -I@top_srcdir@/src -DHAVE_CONFIG_H
+CPPFLAGS +=    -I@top_srcdir@/src -I@top_srcdir@/rust/gen -I@top_srcdir@/rust/dist -DHAVE_CONFIG_H
 
 # Currently the Suricata logging system requires this to be even for
 # plugins.