X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldap%2FMakefile.in;h=8b05a86db8881cffbde6f4a3753097179659bf0a;hb=8153e518462ae7e86e082543cbf451aa4e3a9ff4;hp=554bdf69cf70b59b8d8816aee846a1624e4de93f;hpb=09d05a57c2b197b0243c0878e76fd4b8336636b0;p=openldap diff --git a/servers/slapd/back-ldap/Makefile.in b/servers/slapd/back-ldap/Makefile.in index 554bdf69cf..8b05a86db8 100644 --- a/servers/slapd/back-ldap/Makefile.in +++ b/servers/slapd/back-ldap/Makefile.in @@ -1,20 +1,28 @@ +# Makefile.in for back-ldap # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 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 = init.c config.c search.c bind.c unbind.c add.c compare.c \ - delete.c modify.c modrdn.c \ - suffixmassage.c map.c extended.c chain.c + delete.c modify.c modrdn.c extended.c chain.c OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \ - delete.lo modify.lo modrdn.lo \ - suffixmassage.lo map.lo extended.lo chain.lo + delete.lo modify.lo modrdn.lo extended.lo chain.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-ldap" BUILD_MOD = @BUILD_LDAP@ -BUILD_MOD_DYNAMIC = @BUILD_LDAP_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_LDAP@_DEFS)