]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
New dn2id format with base/one/subtree indices (ldbm/bdb2)
[openldap] / libraries / liblutil / Makefile.in
1 ##
2 ## Makefile for -lutil
3 ##
4
5 LIBRARY = liblutil.a
6 SRCS    = base64.c debug.c detach.c \
7         md5.c passwd.c sha1.c getpass.c lockf.c utils.c
8 OBJS    = base64.o debug.o detach.o \
9         md5.o passwd.o sha1.o getpass.o lockf.o utils.o \
10         @LIBOBJS@
11
12 LDAP_INCDIR= ../../include       
13 LDAP_LIBDIR= ../../libraries
14