]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/Makefile: sort filenames
authorJason Ish <jason.ish@oisf.net>
Mon, 30 Jun 2025 17:31:57 +0000 (11:31 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Jul 2025 06:41:41 +0000 (08:41 +0200)
Misc cleanup as these lists are growing.

rust/Makefile.am

index 2dccf1209cd513db40d4131f00616124ac8c034f..49104786ae7e45aa21f8aaef40481e1b02c2ef29 100644 (file)
@@ -3,18 +3,21 @@ SUBDIRS =     htp \
                suricatasc \
                suricatactl
 
-EXTRA_DIST =   src derive htp \
-               .cargo/config.toml.in \
+EXTRA_DIST =   .cargo/config.toml.in \
+               Cargo.lock \
+               Cargo.toml \
                cbindgen.toml \
-               dist/rust-bindings.h \
-               dist/htp/htp_rs.h \
-               vendor \
-               Cargo.toml Cargo.lock \
+               derive \
                derive/Cargo.toml \
+               dist/htp/htp_rs.h \
+               dist/rust-bindings.h \
+               htp \
+               src \
+               suricatactl \
+               suricatasc \
                sys \
                sys/Cargo.toml \
-               suricatasc \
-               suricatactl
+               vendor
 
 if !DEBUG
 RELEASE = --release