summaryrefslogtreecommitdiffstats
path: root/src/windows/gina/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-14 04:26:50 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-14 04:26:50 +0000
commit88ebe2e2d2e8784ddb7ce9f0fa6c5d55984045eb (patch)
tree537a6f4dab2f48d7661d8c3356eece52ed97b892 /src/windows/gina/Makefile.in
parent920df4e69d223f4c7d5ce9700102373fc021df79 (diff)
downloadkrb5-88ebe2e2d2e8784ddb7ce9f0fa6c5d55984045eb.tar.gz
krb5-88ebe2e2d2e8784ddb7ce9f0fa6c5d55984045eb.tar.xz
krb5-88ebe2e2d2e8784ddb7ce9f0fa6c5d55984045eb.zip
Use ws2_32.lib instead of wsock32.lib
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14505 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/gina/Makefile.in')
-rw-r--r--src/windows/gina/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/gina/Makefile.in b/src/windows/gina/Makefile.in
index 6cdda3d8ab..3d630e12da 100644
--- a/src/windows/gina/Makefile.in
+++ b/src/windows/gina/Makefile.in
@@ -7,7 +7,7 @@ OBJS= $(OUTPRE)ginastub.$(OBJEXT)
LOCALINCLUDES = -I$(BUILDTOP)\include
WINLIBS = advapi32.lib comctl32.lib \
- libc.lib kernel32.lib wsock32.lib user32.lib shell32.lib oldnames.lib
+ libc.lib kernel32.lib ws2_32.lib user32.lib shell32.lib oldnames.lib
WINDLLFLAGS = /nodefaultlib /incremental:no /release \
/nologo /base:0x1c000000 /dll $(LOPTS)