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
  
  
  

Reply via email to