We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d9d2 commit f8230feCopy full SHA for f8230fe
1 file changed
rust/Makefile.am
@@ -3,18 +3,21 @@ SUBDIRS = htp \
3
suricatasc \
4
suricatactl
5
6
-EXTRA_DIST = src derive htp \
7
- .cargo/config.toml.in \
+EXTRA_DIST = .cargo/config.toml.in \
+ Cargo.lock \
8
+ Cargo.toml \
9
cbindgen.toml \
- dist/rust-bindings.h \
10
- dist/htp/htp_rs.h \
11
- vendor \
12
- Cargo.toml Cargo.lock \
+ derive \
13
derive/Cargo.toml \
+ dist/htp/htp_rs.h \
+ dist/rust-bindings.h \
14
+ htp \
15
+ src \
16
+ suricatactl \
17
+ suricatasc \
18
sys \
19
sys/Cargo.toml \
- suricatasc \
- suricatactl
20
+ vendor
21
22
if !DEBUG
23
RELEASE = --release
0 commit comments