mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
##
|
|
## Makefile for -lutil
|
|
##
|
|
|
|
LIBRARY = liblutil.a
|
|
SRCS = base64.c md5.c sha1.c detach.c
|
|
OBJS = base64.o md5.o sha1.o detach.o @LIBOBJS@
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|