From 8628af2c666bdd073a447156cbd0cb889326b657 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 5 Nov 2009 17:23:20 -0500 Subject: Split async helpers in multiple files The size of sdap_async.c was unmanageable. This patch splits it into a generic file with common infrastructure calls, a file that handles connection calls and a file for id related calls. --- server/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 9b29350b..f2a9c96d 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -273,6 +273,7 @@ dist_noinst_HEADERS = \ providers/ldap/ldap_common.h \ providers/ldap/sdap.h \ providers/ldap/sdap_async.h \ + providers/ldap/sdap_async_private.h \ providers/ipa/ipa_common.h \ tools/tools_util.h \ tools/sss_sync_ops.h \ @@ -515,6 +516,8 @@ libsss_ipa_la_SOURCES = \ providers/ldap/ldap_auth.c \ providers/ldap/ldap_common.c \ providers/ldap/sdap_async.c \ + providers/ldap/sdap_async_accounts.c \ + providers/ldap/sdap_async_connection.c \ providers/ldap/sdap.c \ util/sss_ldap.c \ util/sss_krb5.c \ -- cgit