Makefile.am 216 B

123456789
  1. noinst_LIBRARIES = libor.a
  2. #CFLAGS = -Wall -Wpointer-arith -O2
  3. libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
  4. noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h