diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index b440abc5c..88dd2d4c5 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -3,3 +3,9 @@ confdir = $(sysconfdir)/tor EXTRA_DIST = 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 |