Makefile.in   [plain text]


# $OpenLDAP: pkg/ldap/libraries/libldif/Makefile.in,v 1.9.2.1 2003/03/03 17:10:06 kurt Exp $
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## Makefile for -lldif
##

LIBRARY	= libldif.a
SRCS	= line64.c fetch.c
OBJS	= line64.o fetch.o

LDAP_INCDIR= ../../include       
LDAP_LIBDIR= ../../libraries