mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Our program is now called 'tor', not 'or'.
svn:r92
This commit is contained in:
parent
4c761e4537
commit
c5922aa208
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AM_INIT_AUTOMAKE(or, 0.0.0)
|
AM_INIT_AUTOMAKE(tor, 0.0.0)
|
||||||
AM_CONFIG_HEADER(orconfig.h)
|
AM_CONFIG_HEADER(orconfig.h)
|
||||||
|
|
||||||
CFLAGS="-Wall -O2"
|
CFLAGS="-Wall -O2"
|
||||||
|
@ -3,11 +3,11 @@ TESTS = test_config
|
|||||||
|
|
||||||
noinst_PROGRAMS = test_config
|
noinst_PROGRAMS = test_config
|
||||||
|
|
||||||
bin_PROGRAMS = or
|
bin_PROGRAMS = tor
|
||||||
|
|
||||||
or_LDADD = -L../common -lor
|
tor_LDADD = -L../common -lor
|
||||||
|
|
||||||
or_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
|
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 \
|
connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
|
||||||
main.c onion.c routers.c
|
main.c onion.c routers.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user