diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-24 10:56:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-24 10:56:50 -0400 |
commit | 78295904f7422c056b5c61b31b512c6d5e2a225e (patch) | |
tree | 1a1ad70b882406b49141cebb97d5ffd266c665f0 /src/core/include.am | |
parent | ae0cb94b69b65e4561932b668deb0b19a19dbe94 (diff) | |
parent | 7ed7fe230bf4295de73c22b0f7649f7372b4c782 (diff) | |
download | tor-78295904f7422c056b5c61b31b512c6d5e2a225e.tar.gz tor-78295904f7422c056b5c61b31b512c6d5e2a225e.zip |
Merge branch 'ticket26744'
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/include.am b/src/core/include.am index 2fddffd47e..0bd4626c49 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -62,9 +62,12 @@ LIBTOR_APP_A_SOURCES = \ src/feature/dirauth/keypin.c \ src/feature/dircache/conscache.c \ src/feature/dircache/consdiffmgr.c \ - src/feature/dircache/directory.c \ + src/feature/dircache/dircache.c \ src/feature/dircache/dirserv.c \ + src/feature/dirclient/dirclient.c \ + src/feature/dirclient/dlstatus.c \ src/feature/dircommon/consdiff.c \ + src/feature/dircommon/directory.c \ src/feature/dircommon/fp_pair.c \ src/feature/dircommon/voting_schedule.c \ src/feature/hibernate/hibernate.c \ @@ -257,12 +260,15 @@ noinst_HEADERS += \ src/feature/dircache/cached_dir_st.h \ src/feature/dircache/conscache.h \ src/feature/dircache/consdiffmgr.h \ - src/feature/dircache/directory.h \ + src/feature/dircache/dircache.h \ src/feature/dircache/dirserv.h \ src/feature/dirclient/dir_server_st.h \ + src/feature/dirclient/dirclient.h \ + src/feature/dirclient/dlstatus.h \ src/feature/dirclient/download_status_st.h \ src/feature/dircommon/consdiff.h \ src/feature/dircommon/dir_connection_st.h \ + src/feature/dircommon/directory.h \ src/feature/dircommon/fp_pair.h \ src/feature/dircommon/vote_timing_st.h \ src/feature/dircommon/voting_schedule.h \ |