]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
ITS#6103: rev 1.331 followup for LDAP_CONNECTIONLESS
[openldap] / servers / slapd / overlays / Makefile.in
index 8e0af0e8093f9d0cf797083ce9b6b10c5309dfad..4bef075dde3d962b06060d7b1debe41c623e99a1 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2003-2007 The OpenLDAP Foundation.
+## Copyright 2003-2009 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -18,10 +18,12 @@ SRCS = overlays.c \
        auditlog.c \
        constraint.c \
        dds.c \
+       deref.c \
        dyngroup.c \
        dynlist.c \
        memberof.c \
        pcache.c \
+       collect.c \
        ppolicy.c \
        refint.c \
        retcode.c \
@@ -71,6 +73,9 @@ constraint.la : constraint.lo
 dds.la : dds.lo
        $(LTLINK_MOD) -module -o $@ dds.lo version.lo $(LINK_LIBS)
 
+deref.la : deref.lo
+       $(LTLINK_MOD) -module -o $@ deref.lo version.lo $(LINK_LIBS)
+
 dyngroup.la : dyngroup.lo
        $(LTLINK_MOD) -module -o $@ dyngroup.lo version.lo $(LINK_LIBS)
 
@@ -83,6 +88,9 @@ memberof.la : memberof.lo
 pcache.la : pcache.lo
        $(LTLINK_MOD) -module -o $@ pcache.lo version.lo $(LINK_LIBS)
 
+collect.la : collect.lo
+       $(LTLINK_MOD) -module -o $@ collect.lo version.lo $(LINK_LIBS)
+
 ppolicy.la : ppolicy.lo
        $(LTLINK_MOD) -module -o $@ ppolicy.lo version.lo $(LINK_LIBS) $(MODULES_LIBS)