Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 65730 invoked from network); 9 Aug 2004 16:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Aug 2004 16:52:03 -0000 Received: (qmail 82832 invoked by uid 500); 9 Aug 2004 16:52:02 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 82790 invoked by uid 500); 9 Aug 2004 16:52:01 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 82775 invoked by uid 99); 9 Aug 2004 16:52:01 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 9 Aug 2004 16:52:00 -0000 Message-ID: <20040809165200.65698.qmail@minotaur.apache.org> From: bnicholes@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr NWGNUmakefile X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bnicholes 2004/08/09 09:52:00 Modified: . NWGNUmakefile Log: Make sure that we auto-load the LDAPSDK NLMs so that APRLIB can run in protected address space Revision Changes Path 1.30 +10 -0 apr/NWGNUmakefile Index: NWGNUmakefile =================================================================== RCS file: /home/cvs/apr/NWGNUmakefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- NWGNUmakefile 4 Aug 2004 16:20:02 -0000 1.29 +++ NWGNUmakefile 9 Aug 2004 16:52:00 -0000 1.30 @@ -199,6 +199,16 @@ Libc \ ws2_32 \ $(EOLIST) + +#If the LDAP support is defined then add the auto-load modules +ifneq "$(LDAPSDK)" "" +FILES_nlm_modules += \ + lldapsdk \ + lldapssl \ + lldapx \ + $(EOLIST) +endif + # # If the nlm has a msg file, put it's path here