diff options
author | eindenbom <eindenbom@gmail.com> | 2010-07-09 15:54:05 +0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-07-09 11:44:06 -0400 |
commit | 2d7a7b0140a4d3fcef9148900276e24f82e33866 (patch) | |
tree | 522f68126ef654354497c84a68d788096bb8437f /src/Makefile.am | |
parent | faace4bdd6b84f60d2f707c00d31a84c0e84d375 (diff) | |
download | sssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.tar.gz sssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.tar.xz sssd-2d7a7b0140a4d3fcef9148900276e24f82e33866.zip |
LDAP connection usage tracking, sharing and failover retry framework.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 67b51f437..c80409c87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -353,6 +353,7 @@ dist_noinst_HEADERS = \ providers/ldap/sdap_access.h \ providers/ldap/sdap_async.h \ providers/ldap/sdap_async_private.h \ + providers/ldap/sdap_id_op.h \ providers/ipa/ipa_common.h \ providers/ipa/ipa_access.h \ providers/ipa/ipa_timerules.h \ @@ -740,6 +741,7 @@ libsss_ldap_la_SOURCES = \ providers/ldap/sdap_async_connection.c \ providers/ldap/sdap_child_helpers.c \ providers/ldap/sdap_fd_events.c \ + providers/ldap/sdap_id_op.c \ providers/ldap/sdap.c \ util/user_info_msg.c \ util/sss_ldap.c \ @@ -818,6 +820,7 @@ libsss_ipa_la_SOURCES = \ providers/ldap/sdap_async_connection.c \ providers/ldap/sdap_child_helpers.c \ providers/ldap/sdap_fd_events.c \ + providers/ldap/sdap_id_op.c \ providers/ldap/sdap.c \ util/user_info_msg.c \ util/sss_ldap.c \ |