openldap/libraries/liblutil/Makefile.in
1998-11-06 22:04:14 +00:00

11 lines
220 B
Makefile

##
## Makefile for -lutil
##
LIBRARY = liblutil.a
SRCS = base64.c detach.c md5.c passwd.c sha1.c
OBJS = base64.o detach.c md5.o passwd.c sha1.o @LIBOBJS@
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries