summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-03-14 06:09:03 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:43 -0400
commit29be7d76c949b82350c7603cfd362a1fcb47eb1b (patch)
treea71b128f43a3a6c3ba6f62ca374710d2b2dde8fb /Makefile.am
parent8ccb0de226ccb9330f5a6865de487d6f0313902d (diff)
downloadsssd-29be7d76c949b82350c7603cfd362a1fcb47eb1b.tar.gz
sssd-29be7d76c949b82350c7603cfd362a1fcb47eb1b.tar.xz
sssd-29be7d76c949b82350c7603cfd362a1fcb47eb1b.zip
Moved expand_homedir_template() from NSS responder to utility code
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \