Add `compress_zlib.obj` to `src/common/Makefile.nmake`.

See https://bugs.torproject.org/21663
This commit is contained in:
Alexander Færøy 2017-04-18 03:23:29 +02:00 committed by Nick Mathewson
parent 04583df452
commit 300ac49685
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ LIBOR_OBJECTS = address.obj backtrace.obj compat.obj container.obj di_ops.obj \
log.obj memarea.obj mempool.obj procmon.obj sandbox.obj util.obj \
util_codedigest.obj
LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj crypto_format.obj compress.obj tortls.obj \
crypto_curve25519.obj curve25519-donna.obj
LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj crypto_format.obj compress.obj compress_zlib.obj \
tortls.obj crypto_curve25519.obj curve25519-donna.obj
LIBOR_EVENT_OBJECTS = compat_libevent.obj