Skip to content

Commit 8868881

Browse files
committed
move utility file to the proto_ldap_sync directory
1 parent 7026cd5 commit 8868881

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

src/listen/ldap_sync/all.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
SUBMAKEFILES := proto_ldap_sync.mk proto_ldap_sync_ldap.mk
2+
3+
4+
# This doesn't build.
5+
# sync_touch.mk
6+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* @file src/modules/proto_ldap_sync/sync_touch.c
18+
* @file src/listen/proto_ldap_sync/sync_touch.c
1919
*
2020
* @brief Touch entries, causing them to be re-processed by the proto_ldap_sync module.
2121
*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TARGETNAME=
66

77
ifneq "${TARGETNAME}" ""
88
TARGETNAME := sync_touch
9-
TARGET := $(TARGETNAME)$(L)
9+
TARGET := $(TARGETNAME)$(E)
1010
endif
1111

1212
SOURCES := $(TARGETNAME).c

src/modules/proto_ldap_sync/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)