Skip to content

Commit

Permalink
examples/plugin: update to find generated rust header
Browse files Browse the repository at this point in the history
Needed for changes to output-eve.h.
  • Loading branch information
jasonish committed Oct 17, 2024
1 parent a34e5a9 commit 78f09d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugins/c-json-filetype/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 78f09d4

Please sign in to comment.