Skip to content

Commit 83b1e40

Browse files
jasonishvictorjulien
authored andcommitted
examples/plugin: update to find generated rust header
Needed for changes to output-eve.h.
1 parent b660ff8 commit 83b1e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# But as this is an example in the Suricata source tree we'll look for
77
# includes in the source tree.
8-
CPPFLAGS += -I@top_srcdir@/src -DHAVE_CONFIG_H
8+
CPPFLAGS += -I@top_srcdir@/src -I@top_srcdir@/rust/gen -I@top_srcdir@/rust/dist -DHAVE_CONFIG_H
99

1010
# Currently the Suricata logging system requires this to be even for
1111
# plugins.

0 commit comments

Comments
 (0)