openldap/libraries/libldif/Makefile.in

12 lines
163 B
Makefile
Raw Normal View History

1998-10-25 09:41:42 +08:00
##
## Makefile for -lldif
##
LIBRARY = libldif.a
SRCS = line64.c fetch.c
OBJS = line64.o fetch.o
1998-10-25 09:41:42 +08:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries