]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-null/Makefile.in
cleanup error messages; complete privateDB control and queryDelete exop specifications
[openldap] / servers / slapd / back-null / Makefile.in
index b689c64609464442e77a5454026364ea2fad7b46..48f533376ac2913c8b27123776eb637ef49ae0d7 100644 (file)
@@ -1,5 +1,17 @@
-## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+# Makefile.in for back-null
+# $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2007 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 = null.c
 OBJS = null.lo
@@ -9,7 +21,6 @@ LDAP_LIBDIR= ../../../libraries
 
 BUILD_OPT = "--enable-null"
 BUILD_MOD = @BUILD_NULL@
-BUILD_MOD_DYNAMIC = @BUILD_NULL_DYNAMIC@
 
 mod_DEFS = -DSLAPD_IMPORT
 MOD_DEFS = $(@BUILD_NULL@_DEFS)