Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 20, 2024
1 parent ee4d504 commit 5e14b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gen/bindgen.h: $(abs_top_srcdir)/src/app-layer-types.h \
rm -f $@
if HAVE_CYGPATH
for header in $^; do \
echo "#include \"`cygpath -am $$header`\"" >> gen/bindgen.h \
echo "#include \"`cygpath -am $$header`\"" >> gen/bindgen.h; \
done
else
for header in $^; do \
Expand All @@ -111,7 +111,7 @@ gen/bindings.rs: gen/bindgen.h
--rustified-enum AppProtoEnum \
./gen/bindgen.h \
-- \
-DHAVE_CONFIG_H -I../src
-DHAVE_CONFIG_H -I../src $(CPPFLAGS)

if HAVE_CBINDGEN
gen/rust-bindings.h: $(RUST_SURICATA_LIB)
Expand Down

0 comments on commit 5e14b36

Please sign in to comment.