diff options
author | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:10:58 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:43:23 -0400 |
commit | 711ff6cdf79c32921f587d389b6ac25630a39d80 (patch) | |
tree | b1f5b99c7a88fb4acca993b62463dcc700b81076 /src/or/include.am | |
parent | 6452fe78c2c461f5534d1f03a799fc5f11073b5f (diff) | |
download | tor-711ff6cdf79c32921f587d389b6ac25630a39d80.tar.gz tor-711ff6cdf79c32921f587d389b6ac25630a39d80.zip |
Rename dirvote_common.{c|h} to voting_schedule.{c|h}
No code behavior change.
Part of #25988
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/include.am b/src/or/include.am index bb505937ac..d0937bab0d 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -43,7 +43,6 @@ LIBTOR_A_SOURCES = \ src/or/cpuworker.c \ src/or/directory.c \ src/or/dirserv.c \ - src/or/dirvote_common.c \ src/or/dns.c \ src/or/dnsserv.c \ src/or/dos.c \ @@ -109,6 +108,7 @@ LIBTOR_A_SOURCES = \ src/or/status.c \ src/or/torcert.c \ src/or/tor_api.c \ + src/or/voting_schedule.c \ src/or/onion_ntor.c \ $(tor_platform_source) @@ -202,7 +202,6 @@ ORHEADERS = \ src/or/cpuworker.h \ src/or/directory.h \ src/or/dirserv.h \ - src/or/dirvote_common.h \ src/or/dns.h \ src/or/dns_structs.h \ src/or/dnsserv.h \ @@ -270,7 +269,8 @@ ORHEADERS = \ src/or/statefile.h \ src/or/status.h \ src/or/torcert.h \ - src/or/tor_api_internal.h + src/or/tor_api_internal.h \ + src/or/voting_schedule.h # We add the headers of the modules even though they are disabled so we can # properly compiled the entry points stub. |