]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/Makefile.in
Warning cleanup: signed meets unsigned.
[openldap] / servers / slapd / back-passwd / Makefile.in
index 447ebd42692a134e0a9262b041cd5fe911ec4c11..1dae05eb1e46a5843bea4c81a38eb7ad84e11618 100644 (file)
@@ -1,4 +1,17 @@
+# Makefile.in for back-passwd
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## 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
+## <http://www.OpenLDAP.org/license.html>.
 
 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