Makefile.am 257 B

123456789101112
  1. bin_PROGRAMS = or
  2. or_LDADD = -L../common -lor
  3. or_SOURCES = args.c buffers.c cell.c circuit.c command.c connection.c \
  4. connection_app.c connection_op.c connection_or.c config.c \
  5. main.c onion.c routers.c
  6. noinst_HEADERS = or.h