diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-26 12:09:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-26 12:09:10 +0000 |
commit | 01f6727306c784f790fcf50077007a8b958c4e03 (patch) | |
tree | b639469b98752910f59562bc018c0d5e9707aa49 /src/or/Makefile.am | |
parent | d6360c57bc888ee61705ea56918a0256afe2f68c (diff) | |
download | tor-01f6727306c784f790fcf50077007a8b958c4e03.tar.gz tor-01f6727306c784f790fcf50077007a8b958c4e03.zip |
directory servers in and functional
proxies now periodically pull down an hourly-updated directory,
and replace their router list with it if it parses correctly.
svn:r112
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 0bf5f4a787..44127d873b 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -9,7 +9,7 @@ or_LDADD = -L../common -lor or_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 + main.c onion.c routers.c directory.c test_config_SOURCES = test_config.c |