Makefile.am 394 B

1234567891011121314
  1. noinst_LIBRARIES = libor.a
  2. #CFLAGS = -Wall -Wpointer-arith -O2
  3. libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \
  4. routent.c scheduler.c utils.c
  5. # ss.h is not used anywhere, distributing it just because
  6. noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \
  7. policies.h routent.h scheduler.h utils.h \
  8. ss.h version.h