summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-09-28 20:56:09 +0000
committerSam Hartman <hartmans@mit.edu>2011-09-28 20:56:09 +0000
commit00e32bec133ca18bcf83e9f4c88083812d620614 (patch)
tree30a12baba4212824c37a80649d53317214f9c435 /src/windows/leashdll
parenta8280f0fe566f8fae4105561e0744c4c0b54e5d3 (diff)
downloadkrb5-00e32bec133ca18bcf83e9f4c88083812d620614.tar.gz
krb5-00e32bec133ca18bcf83e9f4c88083812d620614.tar.xz
krb5-00e32bec133ca18bcf83e9f4c88083812d620614.zip
Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows builds
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25267 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/leashdll')
-rw-r--r--src/windows/leashdll/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leashdll/Makefile.in b/src/windows/leashdll/Makefile.in
index 8846b5ec6a..418a0a0f87 100644
--- a/src/windows/leashdll/Makefile.in
+++ b/src/windows/leashdll/Makefile.in
@@ -50,7 +50,7 @@ RCFLAGS = -I$(BUILDTOP)\include -I$(BUILDTOP) -DLEASHDLL_LIB
LOCALINCLUDES = -I$(BUILDTOP)\include -I.\include -I.\include\krb4 $(AFS_INCLUDES)
WINLIBS = kernel32.lib advapi32.lib user32.lib gdi32.lib Version.lib \
- ws2_32.lib dnsapi.lib $(BUILDTOP)\ccapi\lib\win\srctmp\ccapi.lib $(AFS_LIBS)
+ ws2_32.lib dnsapi.lib $(BUILDTOP)\ccapi\lib\win\srctmp\$(CCLIB).lib $(AFS_LIBS)
WINDLLFLAGS = /nologo /dll /incremental:no /release $(LOPTS)