Skip to content
Snippets Groups Projects
Commit 0544badf authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 9fc7cd72
Branches
Tags
No related merge requests found
/* denyop.c - Denies operations */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2004-2006 The OpenLDAP Foundation.
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment