X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-passwd%2FMakefile.in;h=1dae05eb1e46a5843bea4c81a38eb7ad84e11618;hb=e0952945d0b6da70703a711c91306be07d31ea1a;hp=447ebd42692a134e0a9262b041cd5fe911ec4c11;hpb=0552b1c53fa44790811f44cac5e14fc52fbd2ace;p=openldap diff --git a/servers/slapd/back-passwd/Makefile.in b/servers/slapd/back-passwd/Makefile.in index 447ebd4269..1dae05eb1e 100644 --- a/servers/slapd/back-passwd/Makefile.in +++ b/servers/slapd/back-passwd/Makefile.in @@ -1,4 +1,17 @@ +# Makefile.in for back-passwd # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2008 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . SRCS = search.c config.c init.c OBJS = search.lo config.lo init.lo @@ -8,13 +21,13 @@ LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-passwd" BUILD_MOD = @BUILD_PASSWD@ -BUILD_MOD_DYNAMIC = @BUILD_PASSWD_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_PASSWD@_DEFS) -shared_LDAP_LIBS = $(LDAP_LIBPATH) -lldap_r -llber +shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) +UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) LIBBASE = back_passwd