]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/Makefile: Don't include Cargo.toml
authorJason Ish <jason.ish@oisf.net>
Thu, 16 Jan 2020 15:09:13 +0000 (09:09 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 16 Jan 2020 15:09:13 +0000 (09:09 -0600)
There is no need to include Cargo.toml in the distribution,
it is always generated from Cargo.toml.in during
./configure.

rust/Makefile.am

index 367aed5bfc1482e0e36287ecbfb7e91289e9f972..2467f9c8b002faaef3bd96c1687e8f1ef5870a4e 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST = Cargo.toml Cargo.lock \
+EXTRA_DIST =   Cargo.lock \
                src \
                .cargo/config.in \
                gen-c-headers.py