]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-meta/Makefile.in
ACIs almost entirely factored out of slapd
[openldap] / servers / slapd / back-meta / Makefile.in
index e275e2e37e1d9e313bcf456ca2c4da60e94e95f8..46be0895a5b5fbe1c10fc8e08d985fbe4a4268c1 100644 (file)
@@ -1,14 +1,23 @@
+# Makefile.in for back-meta
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## 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
+## <http://www.OpenLDAP.org/license.html>.
 
 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 group.c attribute.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 group.lo attribute.lo \
+               delete.lo modify.lo modrdn.lo suffixmassage.lo map.lo \
                conn.lo candidates.lo dncache.lo
 
 LDAP_INCDIR= ../../../include       
@@ -16,12 +25,12 @@ 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)
 
-shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
+shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) \
+       $(LDAP_LIBLREWRITE_LA)
 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)