move slapo-denyop to contrib/slapd-modules/debyop/

This commit is contained in:
Pierangelo Masarati 2006-12-28 16:30:53 +00:00
parent 9fc7cd7267
commit 0544badf19
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,5 @@
/* denyop.c - Denies operations */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2004-2006 The OpenLDAP Foundation.

View file

@ -18,7 +18,6 @@ SRCS = overlays.c \
auditlog.c \
constraint.c \
dds.c \
denyop.c \
dyngroup.c \
dynlist.c \
pcache.c \
@ -71,9 +70,6 @@ constraint.la : constraint.lo
dds.la : dds.lo
$(LTLINK_MOD) -module -o $@ dds.lo version.lo $(LINK_LIBS)
denyop.la : denyop.lo
$(LTLINK_MOD) -module -o $@ denyop.lo version.lo $(LINK_LIBS)
dyngroup.la : dyngroup.lo
$(LTLINK_MOD) -module -o $@ dyngroup.lo version.lo $(LINK_LIBS)