]> 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 2b796c32248e9e4b6450c912b2a25cc4d514413b..46be0895a5b5fbe1c10fc8e08d985fbe4a4268c1 100644 (file)
@@ -1,10 +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 \
-               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 \
-               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       
@@ -12,7 +25,14 @@ LDAP_LIBDIR= ../../../libraries
 
 BUILD_OPT = "--enable-meta"
 BUILD_MOD = @BUILD_META@
-LINKAGE = @BUILD_META_DYNAMIC@
+
+mod_DEFS = -DSLAPD_IMPORT
+MOD_DEFS = $(@BUILD_META@_DEFS)
+
+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)
 
 LIBBASE = back_meta