From: Sam Hartman Date: Wed, 28 Sep 2011 21:01:35 +0000 (+0000) Subject: Windows fix: no longer building gss.exe, so don't try to install it X-Git-Tag: krb5-1.10-alpha1~98 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8481c14298a1886f63bec0d7cdfd800a86b4c127;p=krb5.git Windows fix: no longer building gss.exe, so don't try to install it Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25277 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Makefile.in b/src/Makefile.in index 4be7d0d0c..a358a2c0d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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\."