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@ \
10 tor_gencert_LDADD = ../common/libor.a ../common/libor-crypto.a \
11 -lz -lcrypto -levent @TOR_LIB_WS32@ @TOR_LIB_GDI@