Skip to content
Snippets Groups Projects
Commit 1570a28f authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Ondřej Kuzník
Browse files

ITS#9001 make it testable right now

parent a9d11fc8
Branches master
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \
tls2.c tls_o.c tls_g.c tls_m.c \
turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \
assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c \
msctrl.c psearchctrl.c
msctrl.c psearchctrl.c avl.c tavl.c
OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
controls.lo messages.lo references.lo extended.lo cyrus.lo \
......@@ -43,7 +43,7 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
tls2.lo tls_o.lo tls_g.lo tls_m.lo \
turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \
assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo \
msctrl.lo psearchctrl.lo
msctrl.lo psearchctrl.lo avl.lo tavl.lo
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
......
../liblutil/avl.c
\ No newline at end of file
../liblutil/tavl.c
\ No newline at end of file
......@@ -31,7 +31,7 @@ XXSRCS = apitest.c test.c \
tls2.c tls_o.c tls_g.c tls_m.c \
turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \
assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c \
msctrl.c psearchctrl.c
msctrl.c psearchctrl.c avl.c tavl.c
SRCS = threads.c rdwr.c tpool.c rq.c \
thr_posix.c thr_thr.c thr_nt.c \
thr_pth.c thr_stub.c thr_debug.c
......@@ -50,7 +50,7 @@ OBJS = threads.lo rdwr.lo tpool.lo rq.lo \
tls2.lo tls_o.lo tls_g.lo tls_m.lo \
turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \
assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo \
msctrl.lo psearchctrl.lo
msctrl.lo psearchctrl.lo avl.lo tavl.lo
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
......
../libldap/avl.c
\ No newline at end of file
../libldap/tavl.c
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment