Skip to content

Commit

Permalink
CMake: Add ldap/apr_ldap.c when building LDAP support.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920813 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 20, 2024
1 parent fe5ebf5 commit 3cb655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ ENDIF()
IF(APR_HAS_LDAP)
ADD_APU_MODULE(
apr_ldap-1 "apr_ldap"
"ldap/apr_ldap_init.c;ldap/apr_ldap_option.c;ldap/apr_ldap_rebind.c"
"ldap/apr_ldap_init.c;ldap/apr_ldap_option.c;ldap/apr_ldap_rebind.c;ldap/apr_ldap.c"
${LDAP_LIBRARIES}
)
ENDIF()
Expand Down

0 comments on commit 3cb655c

Please sign in to comment.