mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
c5922aa208
svn:r92
21 lines
406 B
Makefile
21 lines
406 B
Makefile
|
|
TESTS = test_config
|
|
|
|
noinst_PROGRAMS = test_config
|
|
|
|
bin_PROGRAMS = tor
|
|
|
|
tor_LDADD = -L../common -lor
|
|
|
|
tor_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
|
|
connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
|
|
main.c onion.c routers.c
|
|
|
|
test_config_SOURCES = test_config.c
|
|
|
|
test_config_LDADD = config.o -L../common -lor
|
|
|
|
noinst_HEADERS = or.h
|
|
|
|
|