From 3441d0c2d11aea0c39b009751a1898333c009674 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 27 Jun 2012 14:07:05 -0400 Subject: KRB5: Create a common init routine for krb5_child options This will reduce code duplication between the krb5, ipa and ad providers --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1848d73e9..99565ee1b 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 \ -- cgit