Skip to content

Commit

Permalink
fixme: split up and squash into relevant previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Dec 21, 2024
1 parent 1cd941f commit d05e2b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTRA_DIST = src derive \
dist/rust-bindings.h \
vendor \
Cargo.toml Cargo.lock \
derive/Cargo.toml
derive/Cargo.toml \
suricatactl \
suricatasc

Expand Down
1 change: 0 additions & 1 deletion rust/suricatactl/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ license = "GPL-2.0-only"

[[bin]]
name = "suricatactl"
path = "@e_rustdir@/suricatactl/src/main.rs"

[dependencies]
regex = "~1.5.5"
Expand Down
2 changes: 2 additions & 0 deletions rust/suricatactl/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
EXTRA_DIST = Cargo.toml

all-local: Cargo.toml
1 change: 0 additions & 1 deletion rust/suricatasc/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ readme = "README.md"

[[bin]]
name = "suricatasc"
path = "@e_rustdir@/suricatasc/src/main.rs"

[dependencies]
getopts = "0.2.21"
Expand Down
2 changes: 2 additions & 0 deletions rust/suricatasc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
EXTRA_DIST = Cargo.toml

all-local: Cargo.toml

0 comments on commit d05e2b2

Please sign in to comment.