examples/plugin: update to find generated rust header

Needed for changes to output-eve.h.
pull/12117/head
Jason Ish 5 months ago committed by Victor Julien
parent b660ff8aff
commit 83b1e40028

@ -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.

Loading…
Cancel
Save