openldap/libraries/liblutil/Makefile.in
1998-11-04 23:05:02 +00:00

12 lines
202 B
Makefile

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