openldap/libraries/libldbm/Makefile.in
2001-12-07 04:03:25 +00:00

18 lines
324 B
Makefile

# $OpenLDAP$
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## Makefile for -lldbm
##
LIBRARY = libldbm.a
SRCS = ldbm.c
OBJS = ldbm.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XLIBS = -lldbm -lavl
XXLIBS = $(LDBM_LIBS)