openldap/libraries/liblutil/Makefile.in
Kurt Zeilenga e4f6d54877 New dn2id format with base/one/subtree indices (ldbm/bdb2)
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)
1999-08-17 19:00:59 +00:00

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