diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-21 23:29:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-21 23:29:04 +0000 |
commit | 291c628c28db068f493ad83dbf69e7a6d8e6da87 (patch) | |
tree | 342b820fe01d98c7ca0e0a96bd7cce0d59a4e002 /src/config | |
parent | a9aa8917fcfd647d59d0462a99b27e0d4277ee0d (diff) | |
download | tor-291c628c28db068f493ad83dbf69e7a6d8e6da87.tar tor-291c628c28db068f493ad83dbf69e7a6d8e6da87.tar.gz |
put the fallback-consensus file back into the tarball.
this should re-introduce bug 572, and maybe we'll get
some actual bug reports this time.
svn:r13221
Diffstat (limited to 'src/config')
-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 07e7cf26a..2af3b6020 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: |