From 9fb0ba53c53e629a6b1a35e3ac144a8cf56314ab Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 16 May 2011 22:40:26 -0400 Subject: [PATCH] windows: do not build lib/editline lib/editline has been replaced in the tree by lib/libedit. However, neither readline() implementation is required by the Windows build at the present time. Change-Id: I7d0390d1f03a1d25c3f79ad76206872b388d1d53 --- lib/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NTMakefile b/lib/NTMakefile index 6844a6b79..62d9754ab 100644 --- a/lib/NTMakefile +++ b/lib/NTMakefile @@ -1,6 +1,6 @@ ######################################################################## # -# Copyright (c) 2009, Secure Endpoints Inc. +# Copyright (c) 2009,2011, Secure Endpoints Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -43,7 +43,7 @@ dir_dce = kdfs dir_hcrypto = hcrypto !endif -SUBDIRS = vers libedit com_err sl wind asn1 sqlite \ +SUBDIRS = vers com_err sl wind asn1 sqlite \ $(dir_hcrypto) hx509 krb5 heimdal ntlm kafs gssapi hdb \ kadm5 $(dir_45) $(dir_otp) $(dir_dce) ..\packages\windows\assembly -- 2.11.4.GIT