]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
close registry, and return static pointer (no free) from getRegParam
[openldap] / libraries / liblutil / Makefile.in
1 ##
2 ## Makefile for -lutil
3 ##
4
5 LIBRARY = liblutil.a
6 SRCS    = base64.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
7 OBJS    = base64.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o @LIBOBJS@
8
9 LDAP_INCDIR= ../../include       
10 LDAP_LIBDIR= ../../libraries
11