openldap/libraries/liblutil/Makefile.in

12 lines
220 B
Makefile
Raw Normal View History

1998-10-24 21:41:42 -04:00
##
## Makefile for -lutil
##
LIBRARY = liblutil.a
1998-11-06 17:04:14 -05:00
SRCS = base64.c detach.c md5.c passwd.c sha1.c
OBJS = base64.o detach.o md5.o passwd.o sha1.o @LIBOBJS@
1998-10-24 21:41:42 -04:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries