repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add another heuristic for changes stanzas
[tor.git]
/
src
/
config
/
Makefile.am
blob
90dd218b40795538ba9a69eeb543bac9f694d426
1
confdir = $(sysconfdir)/tor
2
3
tordatadir = $(datadir)/tor
4
5
EXTRA_DIST = geoip
6
# fallback-consensus
7
8
conf_DATA = torrc.sample
9
10
tordata_DATA = geoip
11
# fallback_consensus
12
13
# If we don't have it, fake it.
14
fallback-consensus:
15
touch fallback-consensus
16