blob: f7fa778f10421b88d896a7b159bf79d8dea72084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
noinst_LIBRARIES = libor.a
#CFLAGS = -Wall -Wpointer-arith -O2
libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \
routent.c scheduler.c utils.c
# ss.h is not used anywhere, distributing it just because
noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \
policies.h routent.h scheduler.h utils.h \
ss.h version.h
|