openldap/libraries/liblutil/Makefile.in
Kurt Zeilenga bdca662249 Add lutil_entropy(). Currently only supports /dev/urandom or
Linux equivs.  Should be extended to support other quality
sources of entropy.  Should be extended to support a reasonable fallback.
1999-10-26 22:57:39 +00:00

16 lines
352 B
Makefile

# $OpenLDAP$
##
## Makefile for -lutil
##
LIBRARY = liblutil.a
SRCS = base64.c debug.c detach.c entropy.c \
md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c
OBJS = base64.o debug.o detach.o entropy.o \
md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \
@LIBOBJS@
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries