]> git.sur5r.net Git - openldap/blob - libraries/libldbm/Makefile.in
Notice/Acknowledge updates
[openldap] / libraries / libldbm / Makefile.in
1 # Makefile for -lldbm
2 # $OpenLDAP$
3 ## Copyright 1998-2003 The OpenLDAP Foundation.
4 ## All rights reserved.
5 ##
6 ## Redistribution and use in source and binary forms, with or without
7 ## modification, are permitted only as authorized by the OpenLDAP
8 ## Public License.
9 ##
10 ## A copy of this license is available in the file LICENSE in the
11 ## top-level directory of the distribution or, alternatively, at
12 ## <http://www.OpenLDAP.org/license.html>.
13
14 LIBRARY         = libldbm.a
15 SRCS            = ldbm.c
16 OBJS            = ldbm.o
17
18 LDAP_INCDIR= ../../include       
19 LDAP_LIBDIR= ../../libraries
20
21 XLIBS           = $(LIBRARY)
22 XXLIBS          = $(LDBM_LIBS)
23