mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# $OpenLDAP$
|
|
##
|
|
## Makefile for -lutil
|
|
##
|
|
|
|
LIBRARY = liblutil.a
|
|
SRCS = base64.c debug.c detach.c \
|
|
md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c
|
|
OBJS = base64.o debug.o detach.o \
|
|
md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \
|
|
@LIBOBJS@
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|