mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
rust: Don't add Cargo.lock to EXTRA_DIST.
It's a file generated by cargo. If cargo is not installed then this breaks ‘make dist’.
This commit is contained in:
@@ -27,7 +27,6 @@ EXTRA_DIST = \
|
||||
src/*.rs \
|
||||
src/bin/*.rs \
|
||||
Cargo.toml \
|
||||
Cargo.lock \
|
||||
README.md \
|
||||
run-bindtests \
|
||||
run-tests
|
||||
|
||||
Reference in New Issue
Block a user