X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-meta%2FMakefile.in;h=aa40c2164c5a87d1161b5ce9c5abe05e78f835e1;hb=ee2370bf42107883711e9b949cc2325f4588a176;hp=5e251e5d516b32ed047a47cf4d11f77cbba7efa3;hpb=7ca24a859175b00f11e7b6e847408161f819d370;p=openldap diff --git a/servers/slapd/back-meta/Makefile.in b/servers/slapd/back-meta/Makefile.in index 5e251e5d51..aa40c2164c 100644 --- a/servers/slapd/back-meta/Makefile.in +++ b/servers/slapd/back-meta/Makefile.in @@ -1,16 +1,23 @@ +# Makefile.in for back-meta # $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-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 +## . SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \ - cache-query.c cache-search.c cache-config.c cache-merge.c \ - cache-template.c cache-substring.c cache-remove.c \ - delete.c modify.c modrdn.c \ + delete.c modify.c modrdn.c suffixmassage.c map.c \ conn.c candidates.c dncache.c OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \ - cache-query.lo cache-search.lo cache-config.lo cache-merge.lo \ - cache-template.lo cache-substring.lo cache-remove.lo \ - delete.lo modify.lo modrdn.lo \ + delete.lo modify.lo modrdn.lo suffixmassage.lo map.lo \ conn.lo candidates.lo dncache.lo LDAP_INCDIR= ../../../include @@ -18,7 +25,6 @@ LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-meta" BUILD_MOD = @BUILD_META@ -BUILD_MOD_DYNAMIC = @BUILD_META_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_META@_DEFS)