aboutsummaryrefslogtreecommitdiff
path: root/src/or/Makefile.nmake
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-17 14:38:52 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-17 15:53:36 -0500
commit60a2aa8b00a9f4711ce5ee3da9240422bf561123 (patch)
tree81e520dab9235bfd2845d3b94671895559236e84 /src/or/Makefile.nmake
parent1af89ce540d4cac253169423325bad73fa57f7fd (diff)
downloadtor-60a2aa8b00a9f4711ce5ee3da9240422bf561123.tar.gz
tor-60a2aa8b00a9f4711ce5ee3da9240422bf561123.zip
Add ntor-related modules to the Makefiles.nmake
Diffstat (limited to 'src/or/Makefile.nmake')
-rw-r--r--src/or/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/Makefile.nmake b/src/or/Makefile.nmake
index c33407373c..d67123a9a6 100644
--- a/src/or/Makefile.nmake
+++ b/src/or/Makefile.nmake
@@ -44,6 +44,9 @@ LIBTOR_OBJECTS = \
nodelist.obj \
ntmain.obj \
onion.obj \
+ onion_fast.obj \
+ onion_ntor.obj \
+ onion_tap.obj \
policies.obj \
reasons.obj \
relay.obj \