diff options
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. |