summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-09-28 21:01:35 +0000
committerSam Hartman <hartmans@mit.edu>2011-09-28 21:01:35 +0000
commit8481c14298a1886f63bec0d7cdfd800a86b4c127 (patch)
tree857eebaa67474402fbc0bc97550052adf607bf65 /src/Makefile.in
parent2c063df4853fb353273dce045726f0bedcec519d (diff)
downloadkrb5-8481c14298a1886f63bec0d7cdfd800a86b4c127.tar.gz
krb5-8481c14298a1886f63bec0d7cdfd800a86b4c127.tar.xz
krb5-8481c14298a1886f63bec0d7cdfd800a86b4c127.zip
Windows fix: no longer building gss.exe, so don't try to install it
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
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4be7d0d0c2..a358a2c0d9 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\."