mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
12 lines
147 B
Makefile
12 lines
147 B
Makefile
##
|
|
## Makefile for -lldif
|
|
##
|
|
|
|
LIBRARY = libldif.a
|
|
SRCS = line64.c
|
|
OBJS = line64.o
|
|
|
|
LDAP_INCDIR= ../../include
|
|
LDAP_LIBDIR= ../../libraries
|
|
|