X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fback-meta%2FMakefile.in;h=e47523e227ab95c86e2f8b17dada939a79ef2cbc;hb=fcf97e84486e1159c0f57114e3b130cf49d7f89d;hp=4e479e377910b269ae54fafc492741ec2e882219;hpb=798289fd503bdc32ee9407b858fcf68b2e3903e9;p=openldap diff --git a/servers/slapd/back-meta/Makefile.in b/servers/slapd/back-meta/Makefile.in index 4e479e3779..e47523e227 100644 --- a/servers/slapd/back-meta/Makefile.in +++ b/servers/slapd/back-meta/Makefile.in @@ -1,14 +1,23 @@ +# Makefile.in for back-meta # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2009 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 @@ -16,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)