diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:44:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:46:00 -0500 |
commit | 4201203845fa563a7f7410609267b96f2c319720 (patch) | |
tree | 85349852c6735b4a792280a1da469a45d3622b69 /src/core/include.am | |
parent | cd23903427844efb23048941af62643e5e0163cb (diff) | |
download | tor-4201203845fa563a7f7410609267b96f2c319720.tar.gz tor-4201203845fa563a7f7410609267b96f2c319720.zip |
extract networkstatus parsing to its own file.
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index 6815f327fe..1cecd8ba77 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -75,6 +75,7 @@ LIBTOR_APP_A_SOURCES = \ src/feature/dircommon/voting_schedule.c \ src/feature/dirparse/authcert_parse.c \ src/feature/dirparse/microdesc_parse.c \ + src/feature/dirparse/ns_parse.c \ src/feature/dirparse/parsecommon.c \ src/feature/dirparse/routerparse.c \ src/feature/dirparse/sigcommon.c \ @@ -298,6 +299,7 @@ noinst_HEADERS += \ src/feature/dirparse/authcert_members.i \ src/feature/dirparse/authcert_parse.h \ src/feature/dirparse/microdesc_parse.h \ + src/feature/dirparse/ns_parse.h \ src/feature/dirparse/parsecommon.h \ src/feature/dirparse/routerparse.h \ src/feature/dirparse/sigcommon.h \ |