diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-04-18 14:30:44 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 08:10:06 -0400 |
commit | bf1c07cb07c27ca65ab66cf41442cfaabd9bb067 (patch) | |
tree | 2a3cf90c212e253548991e2309cf2880918d9468 /src/common/include.am | |
parent | 157af1d26e3cdfc3159c1085f35e5ddcda7ccd21 (diff) | |
download | tor-bf1c07cb07c27ca65ab66cf41442cfaabd9bb067.tar.gz tor-bf1c07cb07c27ca65ab66cf41442cfaabd9bb067.zip |
Add LZMA support.
See: https://bugs.torproject.org/21662
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 7ed75d9495..2682c22b32 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -106,6 +106,7 @@ src/common/src_common_libor_testing_a-log.$(OBJEXT) \ LIBOR_CRYPTO_A_SRC = \ src/common/aes.c \ src/common/compress.c \ + src/common/compress_lzma.c \ src/common/compress_zlib.c \ src/common/crypto.c \ src/common/crypto_pwbox.c \ @@ -147,6 +148,7 @@ COMMONHEADERS = \ src/common/compat_threads.h \ src/common/compat_time.h \ src/common/compress.h \ + src/common/compress_lzma.h \ src/common/compress_zlib.h \ src/common/confline.h \ src/common/container.h \ |