mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
48d5465ab7
Requires FreeBSD's -lfetch... Implementations to other URL APIs encouraged. Probably should be moved to -llutil.
12 lines
163 B
Makefile
12 lines
163 B
Makefile
##
|
|
## Makefile for -lldif
|
|
##
|
|
|
|
LIBRARY = libldif.a
|
|
SRCS = line64.c fetch.c
|
|
OBJS = line64.o fetch.o
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|