From ea30597c0e2ebbe976cbd63605d3567416a4e4f2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 15 Oct 2009 17:21:02 -0400 Subject: Move all ldap provider init functions Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way. --- server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 9adce0cb7..bfafa6b10 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -429,6 +429,7 @@ endif libsss_ldap_la_SOURCES = \ providers/ldap/ldap_id.c \ providers/ldap/ldap_auth.c \ + providers/ldap/ldap_init.c \ providers/ldap/ldap_common.c \ providers/ldap/sdap_async.c \ providers/ldap/sdap.c \ -- cgit