mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
71b68f32eb
This rule has not been used since4ead083dbc("Do not ship a fallback-consensus until the related bugs are fixed.") in 2008, and fallback-consensus support was removed inf742b33d85("Drop FallbackNetworkstatusFile; it never worked.").
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
confdir = $(sysconfdir)/tor
|
|
|
|
tordatadir = $(datadir)/tor
|
|
|
|
EXTRA_DIST+= \
|
|
src/config/geoip \
|
|
src/config/geoip6 \
|
|
src/config/torrc.minimal.in \
|
|
src/config/torrc.sample.in \
|
|
src/config/README
|
|
|
|
conf_DATA = src/config/torrc.sample
|
|
|
|
tordata_DATA = src/config/geoip src/config/geoip6
|