diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-27 14:07:05 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:45 -0400 |
commit | 3441d0c2d11aea0c39b009751a1898333c009674 (patch) | |
tree | c5686830e689ffafc34262750e3677d6885bc5b4 /Makefile.am | |
parent | 69905bf968003216d444fc68d8597e139362f2e6 (diff) | |
download | sssd-3441d0c2d11aea0c39b009751a1898333c009674.tar.gz sssd-3441d0c2d11aea0c39b009751a1898333c009674.tar.bz2 sssd-3441d0c2d11aea0c39b009751a1898333c009674.zip |
KRB5: Create a common init routine for krb5_child options
This will reduce code duplication between the krb5, ipa and ad
providers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1848d73e..99565ee1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -394,6 +394,7 @@ dist_noinst_HEADERS = \ src/providers/krb5/krb5_auth.h \ src/providers/krb5/krb5_common.h \ src/providers/krb5/krb5_utils.h \ + src/providers/krb5/krb5_init_shared.h \ src/providers/krb5/krb5_opts.h \ src/providers/ldap/ldap_common.h \ src/providers/ldap/sdap.h \ @@ -1207,7 +1208,8 @@ libsss_krb5_common_la_SOURCES = \ src/providers/krb5/krb5_common.c \ src/providers/krb5/krb5_auth.c \ src/providers/krb5/krb5_access.c \ - src/providers/krb5/krb5_child_handler.c + src/providers/krb5/krb5_child_handler.c \ + src/providers/krb5/krb5_init_shared.c libsss_ldap_la_SOURCES = \ src/util/find_uid.c \ |