aboutsummaryrefslogtreecommitdiff
path: root/src/or/Makefile.nmake
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-03-22 12:13:25 -0700
committerAndrea Shepard <andrea@torproject.org>2013-05-09 10:54:55 -0700
commitd5bd4a4763dfa74572ce6ed0b565315c43ff9f87 (patch)
tree568c6cc8d0dd62a1f3911c15c7f2d0fa71945250 /src/or/Makefile.nmake
parent96d3219176398f377dc4a1c84e14a54e7d2516df (diff)
downloadtor-d5bd4a4763dfa74572ce6ed0b565315c43ff9f87.tar
tor-d5bd4a4763dfa74572ce6ed0b565315c43ff9f87.tar.gz
Implement fp_pair_map_t
Diffstat (limited to 'src/or/Makefile.nmake')
-rw-r--r--src/or/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.nmake b/src/or/Makefile.nmake
index 3181e79c2..146866ea5 100644
--- a/src/or/Makefile.nmake
+++ b/src/or/Makefile.nmake
@@ -11,7 +11,7 @@ LIBS = ..\..\..\build-alpha\lib\libevent.a \
LIBTOR_OBJECTS = buffers.obj circuitbuild.obj circuitlist.obj circuituse.obj \
command.obj config.obj connection.obj connection_edge.obj \
connection_or.obj control.obj cpuworker.obj directory.obj \
- dirserv.obj dirvote.obj dns.obj dnsserv.obj geoip.obj \
+ dirserv.obj dirvote.obj dns.obj dnsserv.obj fp_pair.obj geoip.obj \
hibernate.obj main.obj microdesc.obj networkstatus.obj \
nodelist.obj onion.obj policies.obj reasons.obj relay.obj \
rendclient.obj rendcommon.obj rendmid.obj rendservice.obj \