mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix typo in previous commit (slapi_dn.c -> slapi_dn.lo)
This commit is contained in:
parent
cccf35c749
commit
3142c03e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ LIB_DEFS = -DSLAPI_LIBRARY
|
|||
|
||||
SRCS= plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c slapi_dn.c slapi_ext.c slapi_overlay.c \
|
||||
$(@PLAT@_SRCS)
|
||||
OBJS= plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo slapi_dn.c slapi_ext.lo slapi_overlay.lo \
|
||||
OBJS= plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo slapi_dn.lo slapi_ext.lo slapi_overlay.lo \
|
||||
$(@PLAT@_SRCS)
|
||||
|
||||
XSRCS= version.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue