From 78f09d46e16d92f5ae4d1ecd349199d1abb2463d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 15 Oct 2024 17:06:35 -0600 Subject: [PATCH] examples/plugin: update to find generated rust header Needed for changes to output-eve.h. --- examples/plugins/c-json-filetype/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins/c-json-filetype/Makefile.in b/examples/plugins/c-json-filetype/Makefile.in index 0d4ec381ee4a..4d85c8ee2d59 100644 --- a/examples/plugins/c-json-filetype/Makefile.in +++ b/examples/plugins/c-json-filetype/Makefile.in @@ -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.