]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add build.rs to EXTRA_DIST
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 23:32:01 +0000 (19:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 23:32:01 +0000 (19:32 -0400)
src/rust/include.am

index 5fd9741e01b321a6d3f010e8ed131e9ac0a4cab6..5e5b0b3fafee2bc591fbcd3ec9f62d44c6f205be 100644 (file)
@@ -1,6 +1,7 @@
 include src/rust/tor_rust/include.am
 
 EXTRA_DIST +=\
+       src/rust/build.rs \
        src/rust/Cargo.toml \
        src/rust/Cargo.lock \
        src/rust/.cargo/config.in \