blob: 90dd218b40795538ba9a69eeb543bac9f694d426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
confdir = $(sysconfdir)/tor
tordatadir = $(datadir)/tor
EXTRA_DIST = geoip
# fallback-consensus
conf_DATA = torrc.sample
tordata_DATA = geoip
# fallback_consensus
# If we don't have it, fake it.
fallback-consensus:
touch fallback-consensus
|