bnicholes    2004/07/30 14:25:42

  Modified:    .        NWGNUmakefile
  Log:
  Added apr_ldap_init.c to the NetWare build
  
  Revision  Changes    Path
  1.11      +3 -1      apr-util/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr-util/NWGNUmakefile,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NWGNUmakefile     1 Jun 2004 17:48:21 -0000       1.10
  +++ NWGNUmakefile     30 Jul 2004 21:25:42 -0000      1.11
  @@ -29,6 +29,7 @@
                        $(APRUTIL)/dbm/sdbm \
                        $(APRUTIL)/include/private \
                        $(APRUTIL)/xml/expat/lib \
  +                     $(LDAPSDK)/inc \
                        $(EOLIST)
   
   #
  @@ -240,6 +241,7 @@
        $(OBJDIR)/apr_dbm_berkeleydb.o \
        $(OBJDIR)/apr_dbm_sdbm.o \
        $(OBJDIR)/apr_hooks.o \
  +     $(OBJDIR)/apr_ldap_init.o \
        $(OBJDIR)/apr_md4.o \
        $(OBJDIR)/apr_md5.o \
        $(OBJDIR)/apr_queue.o \
  @@ -276,7 +278,7 @@
   # Any specialized rules here
   #
   
  -vpath %.c 
buckets:crypto:dbm:dbm/sdbm:encoding:hooks:misc:strmatch:uri:xlate:xml
  +vpath %.c 
buckets:crypto:dbm:dbm/sdbm:encoding:hooks:ldap:misc:strmatch:uri:xlate:xml
   
   #
   # Include the 'tail' makefile that has targets that depend on variables 
defined
  
  
  

Reply via email to