mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Linux equivs. Should be extended to support other quality sources of entropy. Should be extended to support a reasonable fallback.
16 lines
352 B
Makefile
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
|
|
|