]> git.sur5r.net Git - openldap/blob - libraries/libldbm/Makefile.in
wasn't merged in first round.
[openldap] / libraries / libldbm / Makefile.in
1 ##
2 ## Makefile for -lldbm
3 ##
4
5 LIBRARY         = libldbm.a
6 XPROGRAMS       = testldbm
7 SRCS            = ldbm.c
8 OBJS            = ldbm.o
9
10 LDAP_INCDIR= ../../include       
11 LDAP_LIBDIR= ../../libraries
12
13 XLIBS           = @LDBM_LIBS@ -lavl
14
15 testldbm:       libldbm.a testldbm.o
16         $(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)