]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/Makefile.in
cleanup
[openldap] / servers / slapd / back-passwd / Makefile.in
index b231736f7aafe307214ecf8b3b6751a3f4d4a145..0bece148cab0a6ed04f7777ae8c5d34adfd06289 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-2006 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,7 +21,6 @@ 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)