We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b660ff8 commit 83b1e40Copy full SHA for 83b1e40
examples/plugins/c-json-filetype/Makefile.in
@@ -5,7 +5,7 @@
5
6
# But as this is an example in the Suricata source tree we'll look for
7
# includes in the source tree.
8
-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
9
10
# Currently the Suricata logging system requires this to be even for
11
# plugins.
0 commit comments