From bc47fcd0521745bce77013ed825fbf742f347876 Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Wed, 24 Nov 2010 12:14:41 -0500 Subject: [PATCH] Windows: Build system changes to catch up with mainline roken is now built in the root NTMakefile and auth no longer exists. --- NTMakefile | 2 +- lib/NTMakefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NTMakefile b/NTMakefile index 00c5a54f0..fcd60a3d3 100644 --- a/NTMakefile +++ b/NTMakefile @@ -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 diff --git a/lib/NTMakefile b/lib/NTMakefile index b2174be01..c02efe165 100644 --- a/lib/NTMakefile +++ b/lib/NTMakefile @@ -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