mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 07:12:56 -05:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
|
|
##
|
||
|
|
## Makefile for -lldif
|
||
|
|
##
|
||
|
|
LIBRARY = libldif.a
|
||
|
|
SRCS = line64.c
|
||
|
|
OBJS = line64.o
|