add missing $(SCLIB) aka bufferoverflow.lib for 64-bit windows
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Feb 2006 21:16:55 +0000 (21:16 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Feb 2006 21:16:55 +0000 (21:16 +0000)
ticket: 3415

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17681 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/klist/Makefile.in

index 45d76fad0a5168b5e6db4cdc8b0a97d1d9ba3003..4f279c4d6fff2137af543f8f6207e303a1a4814a 100644 (file)
@@ -15,7 +15,7 @@ klist: klist.o $(KRB4COMPAT_DEPLIBS)
        $(CC_LINK) -o $@ klist.o $(KRB4COMPAT_LIBS)
 
 $(OUTPRE)klist.exe: $(OUTPRE)klist.obj $(BUILDTOP)\util\windows\$(OUTPRE)getopt.lib $(SLIB) $(KLIB) $(CLIB)
-       link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib
+       link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib $(SCLIB)
 
 clean-unix::
        $(RM) klist.o klist