]> git.sur5r.net Git - openldap/blobdiff - libraries/libldbm/Makefile.in
ignore SIGPIPE
[openldap] / libraries / libldbm / Makefile.in
index ffc9d96928d8f5908a60f484009bc5856bb6b1df..c27b26042f672ddc83e1425f09aa73128aa9cf6c 100644 (file)
@@ -1,11 +1,17 @@
 ##
 ## Makefile for -lldbm
 ##
+
 LIBRARY                = libldbm.a
 XPROGRAMS      = testldbm
 SRCS           = ldbm.c
 OBJS           = ldbm.o
 
-LIBS = -L$(LDAP_LIBDIR) -lavl $(AC_LIBS)
+LDAP_INCDIR= ../../include       
+LDAP_LIBDIR= ../../libraries
+
+XLIBS          = -lldbm -lavl
+XXLIBS         = $(LDBM_LIBS)
+
 testldbm:      libldbm.a testldbm.o
        $(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)