]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-meta/Makefile.in
Update copyright for next release
[openldap] / servers / slapd / back-meta / Makefile.in
index 5d98a928293347a647ba513fcd651146c323ccdf..e47523e227ab95c86e2f8b17dada939a79ef2cbc 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2009 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 ## <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 \
+               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 \
+               delete.lo modify.lo modrdn.lo suffixmassage.lo map.lo \
                conn.lo candidates.lo dncache.lo
 
 LDAP_INCDIR= ../../../include       
@@ -25,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)