diff options
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 72d71e32e3..c03ddd46cf 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 \ |