SUBMAKEFILES := proto_ldap_sync.mk proto_ldap_sync_ldap.mk
+
+
+# This doesn't build.
+# sync_touch.mk
+
*/
/**
- * @file src/modules/proto_ldap_sync/sync_touch.c
+ * @file src/listen/proto_ldap_sync/sync_touch.c
*
* @brief Touch entries, causing them to be re-processed by the proto_ldap_sync module.
*
ifneq "${TARGETNAME}" ""
TARGETNAME := sync_touch
- TARGET := $(TARGETNAME)$(L)
+ TARGET := $(TARGETNAME)$(E)
endif
SOURCES := $(TARGETNAME).c
+++ /dev/null
-# proto_ldap_sync
-## Metadata
-<dl>
- <dt>category</dt><dd>datastore</dd>
-</dl>
-
-## Summary
-Gives the ability to perform persistent searches against LDAP
-directories.
-