From 33a9f45a864a60fecf38b4a1f2a2334db48f62fb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 10 Nov 2007 23:58:07 +0000 Subject: We weren't actually including the src/config/fallback-consensus file in the tarball. Reported by phobos. svn:r12462 --- src/config/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/config') diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 88dd2d4c5..0ba74d92f 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -1,11 +1,9 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = +EXTRA_DIST = fallback-consensus conf_DATA = torrc.sample -data_DATA = fallback-consensus - # If we don't have it, fake it. fallback-consensus: - touch fallback-consensus \ No newline at end of file + touch fallback-consensus -- cgit v1.2.3