openldap/libraries/liblutil/Makefile.in
Kurt Zeilenga 92a1440f2d Fixed CRYPT, MD5, and SHA1 support.
Added basic -lwrap detection.
1998-09-18 22:54:37 +00:00

9 lines
131 B
Makefile

##
## Makefile for -lutil
##
LIBRARY = liblutil.a
SRCS = base64.c md5.c sha1.c
OBJS = base64.o md5.o sha1.o
XDEFS = @LUTIL_DEFS@