aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorThomas Sondergaard <thomas.sondergaard@karoshealth.com>2015-08-12 21:29:27 +0200
committerGreg Hudson <ghudson@mit.edu>2015-08-27 12:50:37 -0400
commitf9e79bfdfaa6eb7c2059fb496b296b4316ca6352 (patch)
treee358e70ee02d194613f014d42617c37f6bef12db /src/Makefile.in
parent4552159e97007a45370dd49fa6b9fb963bb7d160 (diff)
downloadkrb5-f9e79bfdfaa6eb7c2059fb496b296b4316ca6352.zip
krb5-f9e79bfdfaa6eb7c2059fb496b296b4316ca6352.tar.gz
krb5-f9e79bfdfaa6eb7c2059fb496b296b4316ca6352.tar.bz2
Remove windows/gina
It has only received cosmetic and build fix changes since it was introduced in 1997 and doesn't do anything useful. The motivation for removal at this point is to avoid spending time on build fixes for newer tool chains like VS2015, and because GINA modules are only supported by Windows versions prior to Windows Vista. https://support.microsoft.com/en-us/kb/925520 ticket: 8231
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3f57573..3233345 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -189,8 +189,7 @@ WINMAKEFILES=Makefile \
util\windows\Makefile \
util\wshelper\Makefile \
windows\Makefile windows\lib\Makefile \
- windows\cns\Makefile windows\gina\Makefile \
- windows\ms2mit\Makefile \
+ windows\cns\Makefile windows\ms2mit\Makefile \
windows\wintel\Makefile windows\kfwlogon\Makefile \
windows\leashdll\Makefile windows\leash\Makefile \
windows\leash\htmlhelp\Makefile
@@ -311,8 +310,6 @@ WINMAKEFILES=Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\cns\Makefile: windows\cns\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
-##DOS##windows\gina\Makefile: windows\gina\Makefile.in $(MKFDEP)
-##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\ms2mit\Makefile: windows\ms2mit\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\wintel\Makefile: windows\wintel\Makefile.in $(MKFDEP)