]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
Add lutil_entropy(). Currently only supports /dev/urandom or
[openldap] / libraries / liblutil / Makefile.in
1 # $OpenLDAP$
2 ##
3 ## Makefile for -lutil
4 ##
5
6 LIBRARY = liblutil.a
7 SRCS    = base64.c debug.c detach.c entropy.c \
8         md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c
9 OBJS    = base64.o debug.o detach.o entropy.o \
10         md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \
11         @LIBOBJS@
12
13 LDAP_INCDIR= ../../include       
14 LDAP_LIBDIR= ../../libraries
15