summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-05-18 14:49:26 -0700
committerNathan Kinder <nkinder@redhat.com>2010-05-19 15:42:57 -0700
commit7c2e049c16a741c1a109ac3a4246d29f2d42c7cb (patch)
tree716c9f2cb762316c9b676fc596ef93eabf51c4f8 /Makefile.am
parent466052e83b57f58a0d5a2ee3fed8129376169323 (diff)
downloadds-7c2e049c16a741c1a109ac3a4246d29f2d42c7cb.tar.gz
ds-7c2e049c16a741c1a109ac3a4246d29f2d42c7cb.tar.xz
ds-7c2e049c16a741c1a109ac3a4246d29f2d42c7cb.zip
Add replication session hooks
This adds the ability to write a plug-in to register callbacks for controlling when replication is allowed to occur. For details, please see the design document at: http://directory.fedoraproject.org/wiki/Replication_Session_Hooks
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 96808246..45125ad9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -990,6 +990,7 @@ libreplication_plugin_la_SOURCES = ldap/servers/plugins/replication/cl5_api.c \
ldap/servers/plugins/replication/repl_ops.c \
ldap/servers/plugins/replication/repl_rootdse.c \
ldap/servers/plugins/replication/repl_search.c \
+ ldap/servers/plugins/replication/repl_session_plugin.c \
ldap/servers/plugins/replication/repl5_agmt.c \
ldap/servers/plugins/replication/repl5_agmtlist.c \
ldap/servers/plugins/replication/repl5_backoff.c \