Skip to content

Commit f8230fe

Browse files
committed
rust/Makefile: sort filenames
Misc cleanup as these lists are growing.
1 parent c82d9d2 commit f8230fe

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

rust/Makefile.am

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ SUBDIRS = htp \
33
suricatasc \
44
suricatactl
55

6-
EXTRA_DIST = src derive htp \
7-
.cargo/config.toml.in \
6+
EXTRA_DIST = .cargo/config.toml.in \
7+
Cargo.lock \
8+
Cargo.toml \
89
cbindgen.toml \
9-
dist/rust-bindings.h \
10-
dist/htp/htp_rs.h \
11-
vendor \
12-
Cargo.toml Cargo.lock \
10+
derive \
1311
derive/Cargo.toml \
12+
dist/htp/htp_rs.h \
13+
dist/rust-bindings.h \
14+
htp \
15+
src \
16+
suricatactl \
17+
suricatasc \
1418
sys \
1519
sys/Cargo.toml \
16-
suricatasc \
17-
suricatactl
20+
vendor
1821

1922
if !DEBUG
2023
RELEASE = --release

0 commit comments

Comments
 (0)