Makefile.am 439 B

123456789101112
  1. bin_PROGRAMS = tor-resolve tor-gencert
  2. tor_resolve_SOURCES = tor-resolve.c
  3. tor_resolve_LDFLAGS = @TOR_LDFLAGS_libevent@
  4. tor_resolve_LDADD = ../common/libor.a -levent @TOR_LIB_WS32@
  5. tor_gencert_SOURCES = tor-gencert.c
  6. tor_gencert_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
  7. @TOR_LDFLAGS_libevent@
  8. tor_gencert_LDADD = ../common/libor.a ../common/libor-crypto.a \
  9. -lz -lcrypto -levent @TOR_LIB_WS32@ @TOR_LIB_GDI@