mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
New id2entry (id-less) format (ldbm/bdb2) Removed id2children (ldbm/bdb2) Added nextid database (ldbm) Broke ldbmtest Removed ldif2* tools (ldbm/bdb2) Added slap tools (slapadd, slapcat, slapindex)
14 lines
297 B
Makefile
14 lines
297 B
Makefile
##
|
|
## Makefile for -lutil
|
|
##
|
|
|
|
LIBRARY = liblutil.a
|
|
SRCS = base64.c debug.c detach.c \
|
|
md5.c passwd.c sha1.c getpass.c lockf.c utils.c
|
|
OBJS = base64.o debug.o detach.o \
|
|
md5.o passwd.o sha1.o getpass.o lockf.o utils.o \
|
|
@LIBOBJS@
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|