Windows fix: no longer building gss.exe, so don't try to install it
authorSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 21:01:35 +0000 (21:01 +0000)
committerSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 21:01:35 +0000 (21:01 +0000)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25277 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in

index 4be7d0d0c222eb17a7f124b83066db3dbfe1e302..a358a2c0d9df5853122e848f675dc870fb823178 100644 (file)
@@ -552,7 +552,6 @@ install-windows::
        copy lib\$(OUTPRE)*.lib "$(KRB_INSTALL_DIR)\lib\."
        copy lib\$(OUTPRE)*.dll "$(KRB_INSTALL_DIR)\bin\."
        copy windows\cns\$(OUTPRE)krb5.exe "$(KRB_INSTALL_DIR)\bin\."
-       copy windows\gss\$(OUTPRE)gss.exe "$(KRB_INSTALL_DIR)\bin\."
        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\."