diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:43:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:43:20 -0400 |
commit | 9bcd93a3648f0c947520c54c9199786988f7c5c6 (patch) | |
tree | e52eecb07008038a8f4025aabc66d933cae7d5d9 /src/or/include.am | |
parent | 8f793c38fbcd885d40adf8312ef1767e172e1be4 (diff) | |
parent | 761ee93c6960c1f400cb9fbb6e9c8a795a25d239 (diff) | |
download | tor-9bcd93a3648f0c947520c54c9199786988f7c5c6.tar tor-9bcd93a3648f0c947520c54c9199786988f7c5c6.tar.gz |
Merge remote-tracking branch 'public/bug10063'
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 8922e0397..47bdd0990 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -34,6 +34,7 @@ LIBTOR_A_SOURCES = \ src/or/buffers.c \ src/or/channel.c \ src/or/channeltls.c \ + src/or/circpathbias.c \ src/or/circuitbuild.c \ src/or/circuitlist.c \ src/or/circuitmux.c \ @@ -134,6 +135,7 @@ ORHEADERS = \ src/or/buffers.h \ src/or/channel.h \ src/or/channeltls.h \ + src/or/circpathbias.h \ src/or/circuitbuild.h \ src/or/circuitlist.h \ src/or/circuitmux.h \ |