diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-11 00:30:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-11 00:30:46 +0000 |
commit | a5ffde659ce02254b3531b20ba4c6f78a452ecca (patch) | |
tree | eddb8c033115c43107e3ad1fc09d8838c9edeb4e /src/config | |
parent | 33a9f45a864a60fecf38b4a1f2a2334db48f62fb (diff) | |
download | tor-a5ffde659ce02254b3531b20ba4c6f78a452ecca.tar tor-a5ffde659ce02254b3531b20ba4c6f78a452ecca.tar.gz |
make it data_DATA too. debugging by random mutation.
svn:r12463
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 0ba74d92f..2af3b6020 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -4,6 +4,8 @@ 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 |