From: Sam Hartman Date: Fri, 14 Oct 2011 14:40:24 +0000 (+0000) Subject: re-remove windows/gss from windows build X-Git-Tag: krb5-1.10-alpha1~40 X-Git-Url: http://git.tremily.us/?p=krb5.git;a=commitdiff_plain;h=35aec5f2585eef0487c0c0b53b491120c1656fd0 re-remove windows/gss from windows build Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25335 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Makefile.in b/src/Makefile.in index 72d71e32e..c03ddd46c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -194,7 +194,7 @@ WINMAKEFILES=Makefile \ util\wshelper\Makefile \ windows\Makefile windows\lib\Makefile \ windows\cns\Makefile windows\gina\Makefile \ - windows\gss\Makefile windows\ms2mit\Makefile \ + windows\ms2mit\Makefile \ windows\wintel\Makefile windows\kfwlogon\Makefile windows\leashdll\Makefile ##DOS##Makefile-windows:: $(MKFDEP) $(WINMAKEFILES) @@ -315,8 +315,6 @@ WINMAKEFILES=Makefile \ ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##windows\gina\Makefile: windows\gina\Makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##windows\gss\Makefile: windows\gss\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) @@ -368,7 +366,7 @@ WINFILES= \ ccapi/server/* ccapi/server/win/* \ ccapi/test/* \ util/windows/* windows/* windows/wshelper/* windows/lib/* windows/cns/* \ - windows/wintel/* windows/gss/* windows/gina/* windows/ms2mit/* \ + windows/wintel/* windows/gina/* windows/ms2mit/* \ windows/kfwlogon/* windows/leashdll/* WINBINARYFILES= windows/*/*.ico windows/*/*.doc windows/*/*.hlp \