From: Jason Ish Date: Thu, 16 Jan 2020 15:09:13 +0000 (-0600) Subject: rust/Makefile: Don't include Cargo.toml X-Git-Tag: suricata-5.0.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f168eb98c665f82e43500ed17f9807ae3c3639;p=thirdparty%2Fsuricata.git rust/Makefile: Don't include Cargo.toml There is no need to include Cargo.toml in the distribution, it is always generated from Cargo.toml.in during ./configure. --- diff --git a/rust/Makefile.am b/rust/Makefile.am index 367aed5bfc..2467f9c8b0 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = Cargo.toml Cargo.lock \ +EXTRA_DIST = Cargo.lock \ src \ .cargo/config.in \ gen-c-headers.py