Windows: Build system changes to catch up with mainline

roken is now built in the root NTMakefile and auth no longer
exists.
This commit is contained in:
Asanka C. Herath
2010-11-24 12:14:41 -05:00
parent a25aa15ae8
commit bc47fcd052
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
thirdparty=thirdparty
!endif
SUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc \
SUBDIRS = include lib\roken base lib kuser kdc admin kadmin kpasswd appl doc \
tools tests packages etc $(thirdparty) packages\windows\installer
!include windows/NTMakefile.w32

View File

@@ -43,9 +43,9 @@ dir_dce = kdfs
dir_hcrypto = hcrypto
!endif
SUBDIRS = roken vers editline com_err sl wind asn1 sqlite \
SUBDIRS = vers editline com_err sl wind asn1 sqlite \
$(dir_hcrypto) hx509 krb5 heimdal ntlm kafs gssapi hdb \
kadm5 auth $(dir_45) $(dir_otp) $(dir_dce) ..\packages\windows\assembly
kadm5 $(dir_45) $(dir_otp) $(dir_dce) ..\packages\windows\assembly
!include ../windows/NTMakefile.w32