From 755aee449c6311518200c2f11c1aae329a19b038 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 18 Feb 2013 10:28:07 +0100 Subject: refactor nested group processing: replace old code https://fedorahosted.org/sssd/ticket/1784 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 39e6e074..fd7eb273 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1339,6 +1339,7 @@ libsss_ldap_common_la_SOURCES = \ src/providers/ldap/sdap_async.c \ src/providers/ldap/sdap_async_users.c \ src/providers/ldap/sdap_async_groups.c \ + src/providers/ldap/sdap_async_nested_groups.c \ src/providers/ldap/sdap_async_groups_ad.c \ src/providers/ldap/sdap_async_initgroups.c \ src/providers/ldap/sdap_async_initgroups_ad.c \ -- cgit