]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/Makefile.in
Add valx arg to config_parse_add - indicate which value in the current
[openldap] / libraries / libldap_r / Makefile.in
index a46396a171b1fe00a72a7bad6ba564c89af70943..2629234e0f6986e3a0b8ddfeb25df054fb195a76 100644 (file)
@@ -28,11 +28,11 @@ XXSRCS    = apitest.c test.c \
        request.c os-ip.c url.c pagectrl.c sortctrl.c vlvctrl.c \
        init.c options.c print.c string.c util-int.c schema.c \
        charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \
-       turn.c ppolicy.c dds.c
-SRCS   = threads.c rdwr.c tpool.c rq.c \
+       turn.c ppolicy.c dds.c txn.c
+SRCS   = threads.c rdwr.c rmutex.c tpool.c rq.c \
        thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \
        thr_pth.c thr_stub.c thr_debug.c
-OBJS   = threads.lo rdwr.lo tpool.lo  rq.lo \
+OBJS   = threads.lo rdwr.lo rmutex.lo tpool.lo  rq.lo \
        thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo \
        thr_pth.lo thr_stub.lo thr_debug.lo \
        bind.lo open.lo result.lo error.lo compare.lo search.lo \
@@ -41,10 +41,10 @@ OBJS        = threads.lo rdwr.lo tpool.lo  rq.lo \
        sasl.lo sbind.lo kbind.lo unbind.lo cancel.lo \
        filter.lo free.lo sort.lo passwd.lo whoami.lo \
        getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
-       request.lo os-ip.lo url.lo pagectrl.o sortctrl.lo vlvctrl.lo \
+       request.lo os-ip.lo url.lo pagectrl.lo sortctrl.lo vlvctrl.lo \
        init.lo options.lo print.lo string.lo util-int.lo schema.lo \
        charray.lo tls.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \
-       turn.lo ppolicy.lo dds.lo
+       turn.lo ppolicy.lo dds.lo txn.lo
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries