From: Jason Ish Date: Tue, 15 Oct 2024 23:06:35 +0000 (-0600) Subject: examples/plugin: update to find generated rust header X-Git-Tag: suricata-8.0.0-beta1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b1e40028da3d4d6fe2bacca700c6b4b3cbbf4c;p=thirdparty%2Fsuricata.git examples/plugin: update to find generated rust header Needed for changes to output-eve.h. --- diff --git a/examples/plugins/c-json-filetype/Makefile.in b/examples/plugins/c-json-filetype/Makefile.in index 0d4ec381ee..4d85c8ee2d 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.