mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
|
confdir = $(sysconfdir)/tor
|
||
|
|
||
|
tordatadir = $(datadir)/tor
|
||
|
|
||
|
EXTRA_DIST+= src/config/geoip
|
||
|
# fallback-consensus
|
||
|
|
||
|
conf_DATA = src/config/torrc.sample
|
||
|
|
||
|
tordata_DATA = src/config/geoip
|
||
|
# fallback_consensus
|
||
|
|
||
|
# If we don't have it, fake it.
|
||
|
src_config_fallback-consensus:
|
||
|
touch src/config/fallback-consensus
|
||
|
|