X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldbm%2FMakefile.in;h=f01e830a7270aa08e4f07697f41ccc462788174f;hb=a4d161cff64c74e03e5898eae104d5d52cc54a91;hp=235c2661a9c646e5b6aa465de920208a025d9cef;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/servers/slapd/back-ldbm/Makefile.in b/servers/slapd/back-ldbm/Makefile.in index 235c2661a9..f01e830a72 100644 --- a/servers/slapd/back-ldbm/Makefile.in +++ b/servers/slapd/back-ldbm/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2006 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -31,10 +31,10 @@ LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-ldbm" BUILD_MOD = @BUILD_LDBM@ -BUILD_MOD_DYNAMIC = @BUILD_LDBM_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_LDBM@_DEFS) +MOD_LIBS = $(LDBM_LIBS) shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)