Skip to content

Commit

Permalink
fixup! plugins: move some structures definitions to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Jan 24, 2025
1 parent 0550549 commit 8429689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugins/ci-capture/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRCS := plugin.c \

# 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 -DHAVE_CONFIG_H

# Currently the Suricata logging system requires this to be even for
# plugins.
Expand Down

0 comments on commit 8429689

Please sign in to comment.