aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-28 21:54:10 +0000
committerGunter Knauf <gk@gknw.de>2007-01-28 21:54:10 +0000
commitdaf527b276fc81726eb927ed9ef3d794f1ec4b2c (patch)
tree68092810e67defdd42cbd2cfb70180124b04d5b4 /lib/Makefile.m32
parentee51c07be607c9592c1fac3210604924603c46a3 (diff)
enabled build with sspi.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m323
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index c3d1741e8..3e1a07680 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -47,6 +47,9 @@ ifdef ZLIB
CFLAGS += -DHAVE_LIBZ -DHAVE_ZLIB_H
DLL_LIBS += -L$(ZLIB_PATH) -lz
endif
+ifdef SSPI
+ CFLAGS += -DUSE_WINDOWS_SSPI
+endif
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
# Makefile.inc provides the CSOURCES and HHEADERS defines