summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 \