From 29be7d76c949b82350c7603cfd362a1fcb47eb1b Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 14 Mar 2012 06:09:03 -0400 Subject: Moved expand_homedir_template() from NSS responder to utility code --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 671496358..00f466c66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -322,6 +322,7 @@ dist_noinst_HEADERS = \ src/util/dlinklist.h \ src/util/util.h \ src/util/strtonum.h \ + src/util/sss_nss.h \ src/util/sss_ldap.h \ src/util/sss_python.h \ src/util/sss_krb5.h \ @@ -458,6 +459,7 @@ libsss_util_la_SOURCES = \ src/util/strtonum.c \ src/util/check_and_open.c \ src/util/refcount.c \ + src/util/sss_nss.c \ src/util/sss_utf8.c \ src/util/sss_tc_utf8.c \ src/util/murmurhash3.c \ -- cgit