aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.nmake
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-18 13:16:48 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-16 22:29:38 -0500
commitb7dd71619519237af1383ee7185846fad3a5cdbe (patch)
tree2979eb791e974157d9d7fd8addfa0761d21db484 /src/common/Makefile.nmake
parent0102aaeb6b513fb40fef51103780fe121e13f549 (diff)
downloadtor-b7dd71619519237af1383ee7185846fad3a5cdbe.tar
tor-b7dd71619519237af1383ee7185846fad3a5cdbe.tar.gz
Add missing includes and libs to makefile.nmake
Fixes bugs 7312 and 7310.
Diffstat (limited to 'src/common/Makefile.nmake')
-rw-r--r--src/common/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.nmake b/src/common/Makefile.nmake
index e54827367..55923d2eb 100644
--- a/src/common/Makefile.nmake
+++ b/src/common/Makefile.nmake
@@ -1,6 +1,6 @@
all: libor.lib libor-crypto.lib libor-event.lib
-CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include
+CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include /I ..\ext
LIBOR_OBJECTS = address.obj compat.obj container.obj di_ops.obj \
log.obj memarea.obj mempool.obj procmon.obj util.obj \