openldap/libraries/liblutil/Makefile.in

16 lines
332 B
Makefile
Raw Normal View History

1999-09-09 06:52:19 +08:00
# $OpenLDAP$
1998-10-25 09:41:42 +08:00
##
## Makefile for -lutil
##
LIBRARY = liblutil.a
SRCS = base64.c debug.c detach.c \
1999-08-31 11:25:23 +08:00
md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c
OBJS = base64.o debug.o detach.o \
1999-08-31 11:25:23 +08:00
md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \
@LIBOBJS@
1998-10-25 09:41:42 +08:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries