mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
11 lines
174 B
Makefile
11 lines
174 B
Makefile
##
|
|
## Makefile for -lutil
|
|
##
|
|
|
|
LIBRARY = liblutil.a
|
|
SRCS = base64.c md5.c sha1.c
|
|
OBJS = base64.o md5.o sha1.o
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|