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