From b4ebf8421ada3edf104ae5fc96d288f11271445b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 31 Oct 2013 14:17:32 -0400 Subject: Move pathbias functions into a new file. Does not compile yet. This is the "no code changed" diff. --- src/or/include.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/include.am') 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 \ -- cgit v1.2.3