summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-03-28 07:53:53 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:42 -0400
commit20d0bc6d587f346238062df4da5edfde815e59b1 (patch)
treef5102659ed392161b8cde13c972237b5220d7573 /Makefile.am
parente76d78338026fa47dca32eaf7f5c15eabb1b951a (diff)
downloadsssd-20d0bc6d587f346238062df4da5edfde815e59b1.tar.gz
sssd-20d0bc6d587f346238062df4da5edfde815e59b1.tar.xz
sssd-20d0bc6d587f346238062df4da5edfde815e59b1.zip
Add some utility functions for subdomains
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9cf904ebc..5a14b6fc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -460,7 +460,8 @@ libsss_util_la_SOURCES = \
src/util/sss_tc_utf8.c \
src/util/murmurhash3.c \
src/util/atomic_io.c \
- src/util/sss_selinux.c
+ src/util/sss_selinux.c \
+ src/util/domain_info_utils.c
libsss_util_la_LIBADD = \
$(SSSD_LIBS) \
$(UNICODE_LIBS) \