summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-10-15 17:21:02 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-16 14:27:23 -0400
commitea30597c0e2ebbe976cbd63605d3567416a4e4f2 (patch)
treee07b01c5f7d889f9995f2885cbfcf623f2bb56dc /server/Makefile.am
parent50c3aad0676fb66b6204537c841b2c9d71835537 (diff)
downloadsssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.tar.gz
sssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.tar.xz
sssd-ea30597c0e2ebbe976cbd63605d3567416a4e4f2.zip
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.
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \