openldap/libraries/liblutil/Makefile.in

12 lines
184 B
Makefile
Raw Normal View History

1998-09-17 17:46:56 +08:00
##
## Makefile for -lutil
##
1998-09-17 17:46:56 +08:00
LIBRARY = liblutil.a
SRCS = base64.c md5.c sha1.c
1998-10-22 09:45:30 +08:00
OBJS = base64.o md5.o sha1.o @LIBOBJS@
1998-09-21 10:59:21 +08:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries