openldap/libraries/libldif/Makefile.in

15 lines
295 B
Makefile
Raw Normal View History

1999-09-08 18:52:19 -04:00
# $OpenLDAP$
2003-01-03 15:20:47 -05:00
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
2000-05-12 22:43:19 -04:00
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-24 21:41:42 -04:00
##
## Makefile for -lldif
##
LIBRARY = libldif.a
SRCS = line64.c fetch.c
OBJS = line64.o fetch.o
1998-10-24 21:41:42 -04:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries