mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ce07fb958e
s/-L.../libraries -lldap/.../libraries/libldap/libldap.la/
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $OpenLDAP$
|
|
## Copyright 1998-2002 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 = $(LIBRARY)
|
|
XXLIBS = $(LDBM_LIBS)
|
|
|