<weasel> tortls.c: In function `tor_tls_client_is_using_v2_ciphers':
[tor.git] / src / tools / Makefile.am
blob7d7f2c7b8f81a5fe826f56b72cfb00b4cd7a098b
1 bin_PROGRAMS = tor-resolve tor-gencert
3 tor_resolve_SOURCES = tor-resolve.c
4 tor_resolve_LDFLAGS = @TOR_LDFLAGS_libevent@
5 tor_resolve_LDADD = ../common/libor.a -levent @TOR_LIB_WS32@
7 tor_gencert_SOURCES = tor-gencert.c
8 tor_gencert_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
9         @TOR_LDFLAGS_libevent@
10 tor_gencert_LDADD = ../common/libor.a ../common/libor-crypto.a \
11         -lz -lcrypto -levent @TOR_LIB_WS32@ @TOR_LIB_GDI@