diff options
author | Chelsea Holland Komlo <me@chelseakomlo.com> | 2017-10-23 23:19:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-27 10:02:08 -0400 |
commit | 7d126b9db9628740aeb40a007d247a8affee466f (patch) | |
tree | f384150bf814151de73165acff6d88e8c627051f /src/rust/tor_allocate | |
parent | cd2a036959e90e77bc5002c05dae120f54f8ecb8 (diff) | |
download | tor-7d126b9db9628740aeb40a007d247a8affee466f.tar.gz tor-7d126b9db9628740aeb40a007d247a8affee466f.zip |
remove unused include.am for rust modules
Diffstat (limited to 'src/rust/tor_allocate')
-rw-r--r-- | src/rust/tor_allocate/include.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rust/tor_allocate/include.am b/src/rust/tor_allocate/include.am deleted file mode 100644 index 9e770dbc05..0000000000 --- a/src/rust/tor_allocate/include.am +++ /dev/null @@ -1,13 +0,0 @@ -EXTRA_DIST +=\ - src/rust/tor_allocate/Cargo.toml \ - src/rust/tor_allocate/lib.rs \ - src/rust/tor_allocate/tor_allocate.rs - -src/rust/target/release/@TOR_RUST_C_STRING_STATIC_NAME@: FORCE - ( cd "$(abs_top_srcdir)/src/rust/tor_allocate" ; \ - CARGO_TARGET_DIR="$(abs_top_builddir)/src/rust/target" \ - CARGO_HOME="$(abs_top_builddir)/src/rust" \ - $(CARGO) build --release --quiet $(CARGO_ONLINE) ) - -FORCE: - |