]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
add optional URI to allow restricting the scope of application of a specific dynamic...
[openldap] / servers / slapd / overlays / Makefile.in
index 8e0af0e8093f9d0cf797083ce9b6b10c5309dfad..07b4b1ebb46befbacde63728b6b28178be0faa2d 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-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -22,6 +22,7 @@ SRCS = overlays.c \
        dynlist.c \
        memberof.c \
        pcache.c \
+       collect.c \
        ppolicy.c \
        refint.c \
        retcode.c \
@@ -83,6 +84,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)