From f26c954658dfd7461f290f0b5d924951a6db219a Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mon, 15 Aug 2022 02:52:36 -0400 Subject: sdap_async_accounts.c split The file has been split in three: sdap_async_users.c sdap_async_groups.c sdap_async_initgroups.c https://fedorahosted.org/sssd/ticket/864 --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c0267d298..92b0c1050 100644 --- a/Makefile.am +++ b/Makefile.am @@ -804,7 +804,9 @@ libsss_ldap_la_SOURCES = \ src/providers/ldap/ldap_init.c \ src/providers/ldap/ldap_common.c \ src/providers/ldap/sdap_async.c \ - src/providers/ldap/sdap_async_accounts.c \ + src/providers/ldap/sdap_async_users.c \ + src/providers/ldap/sdap_async_groups.c \ + src/providers/ldap/sdap_async_initgroups.c \ src/providers/ldap/sdap_async_connection.c \ src/providers/ldap/sdap_async_netgroups.c \ src/providers/ldap/sdap_child_helpers.c \ @@ -901,7 +903,9 @@ libsss_ipa_la_SOURCES = \ src/providers/ldap/ldap_auth.c \ src/providers/ldap/ldap_common.c \ src/providers/ldap/sdap_async.c \ - src/providers/ldap/sdap_async_accounts.c \ + src/providers/ldap/sdap_async_users.c \ + src/providers/ldap/sdap_async_groups.c \ + src/providers/ldap/sdap_async_initgroups.c \ src/providers/ldap/sdap_async_connection.c \ src/providers/ldap/sdap_async_netgroups.c \ src/providers/ldap/sdap_child_helpers.c \ -- cgit