diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:27:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:27:02 +0000 |
commit | 8a1b394695f7157250b659c36a2d98f073fed51e (patch) | |
tree | 0c8fb29741287193b646ba3f90ce94cab1b6d9bc /src/config/Makefile.am | |
parent | 8ca51869fdcd653406dd908d1661a25315393bf9 (diff) | |
download | tor-8a1b394695f7157250b659c36a2d98f073fed51e.tar.gz tor-8a1b394695f7157250b659c36a2d98f073fed51e.zip |
We were including instructions about what to do with the
src/config/fallback-consensus file, but we weren't actually
including it in the tarball. Disable all of that for now.
svn:r12467
Diffstat (limited to 'src/config/Makefile.am')
-rw-r--r-- | src/config/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 2af3b6020b..07e7cf26a9 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -1,10 +1,10 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = fallback-consensus +#EXTRA_DIST = fallback-consensus conf_DATA = torrc.sample -data_DATA = fallback-consensus +#data_DATA = fallback-consensus # If we don't have it, fake it. fallback-consensus: |