diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-05 19:18:18 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:59:56 -0400 |
commit | d8f74cc439ad025cc52aea8495705096d6538029 (patch) | |
tree | bbd95cd281b56d257aaacad78fc46f82faee992d /src/or/include.am | |
parent | 2207525a69702a13ad0b3c0346b8c3fdb90824c0 (diff) | |
download | tor-d8f74cc439ad025cc52aea8495705096d6538029.tar.gz tor-d8f74cc439ad025cc52aea8495705096d6538029.zip |
Move Extended ORPort code to its own module.
Move the code from the connection_or module to ext_orport.
This commit only moves code: it shouldn't modify anything.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index f5002e6986..8922e03978 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -56,6 +56,7 @@ LIBTOR_A_SOURCES = \ src/or/fp_pair.c \ src/or/geoip.c \ src/or/entrynodes.c \ + src/or/ext_orport.c \ src/or/hibernate.c \ src/or/main.c \ src/or/microdesc.c \ @@ -153,6 +154,7 @@ ORHEADERS = \ src/or/dns.h \ src/or/dnsserv.h \ src/or/eventdns_tor.h \ + src/or/ext_orport.h \ src/or/fp_pair.h \ src/or/geoip.h \ src/or/entrynodes.h \ |