X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-meta%2FMakefile.in;h=e47523e227ab95c86e2f8b17dada939a79ef2cbc;hb=1e4060891f8a0fdb48bf0033d1d35a149978dcd3;hp=7a74370b8cfdc1085c95ead87c9b114f2b346be7;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/servers/slapd/back-meta/Makefile.in b/servers/slapd/back-meta/Makefile.in index 7a74370b8c..e47523e227 100644 --- a/servers/slapd/back-meta/Makefile.in +++ b/servers/slapd/back-meta/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2009 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -14,10 +14,10 @@ ## . 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)