diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 09:37:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 09:37:28 -0400 |
commit | 43dc92441d843bd0be032dd8565e4316b8019f1e (patch) | |
tree | 26c13342187f4d296b46f64a8353f1cc299b4efa /src/or | |
parent | 028523c801606301fe744eee462a55efeda385ec (diff) | |
download | tor-43dc92441d843bd0be032dd8565e4316b8019f1e.tar.gz tor-43dc92441d843bd0be032dd8565e4316b8019f1e.zip |
Tabify all of the .am files.
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/include.am b/src/or/include.am index ed5d0c95c4..491341374d 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -174,7 +174,7 @@ src_or_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ @TOR_LDFLAGS_l src_or_tor_cov_LDADD = $(TOR_INTERNAL_TESTING_LIBS) \ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \ @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_GDI@ \ - @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ \ + @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ \ @TOR_LZMA_LIBS@ @TOR_ZSTD_LIBS@ endif |