mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
##
|
|
## Makefile for -lldif
|
|
##
|
|
|
|
LIBRARY = libldif.a
|
|
SRCS = line64.c
|
|
OBJS = line64.o
|