diff options
| author | Sam Hartman <hartmans@mit.edu> | 2011-09-28 20:56:09 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2011-09-28 20:56:09 +0000 |
| commit | 00e32bec133ca18bcf83e9f4c88083812d620614 (patch) | |
| tree | 30a12baba4212824c37a80649d53317214f9c435 /src/Makefile.in | |
| parent | a8280f0fe566f8fae4105561e0744c4c0b54e5d3 (diff) | |
| download | krb5-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/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 660aebee5..e4d1e6f70 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -552,7 +552,7 @@ install-windows:: copy appl\gss-sample\$(OUTPRE)gss-server.exe "$(KRB_INSTALL_DIR)\bin\." copy appl\gss-sample\$(OUTPRE)gss-client.exe "$(KRB_INSTALL_DIR)\bin\." copy windows\ms2mit\$(OUTPRE)ms2mit.exe "$(KRB_INSTALL_DIR)\bin\." - copy ccapi\lib\win\srctmp\$(OUTPRE)ccapi.dll "$(KRB_INSTALL_DIR)\bin\." + copy ccapi\lib\win\srctmp\$(OUTPRE)$(CCLIB).dll "$(KRB_INSTALL_DIR)\bin\." copy ccapi\server\win\srctmp\$(OUTPRE)ccapiserver.exe "$(KRB_INSTALL_DIR)\bin\." copy clients\kvno\$(OUTPRE)kvno.exe "$(KRB_INSTALL_DIR)\bin\." copy clients\klist\$(OUTPRE)klist.exe "$(KRB_INSTALL_DIR)\bin\." |
