summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2012-10-31 11:05:31 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-06 12:31:53 +0100
commitb17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080 (patch)
treed5b1886504a22249859c8f447526bdec750268ce /Makefile.am
parent9e74782cd2818e7d6767cedc0d9f461be138ffc2 (diff)
downloadsssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.tar.gz
sssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.tar.xz
sssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.zip
util: Added new file util_lock.c
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 07dcbd219..3306bbac0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -507,7 +507,8 @@ libsss_util_la_SOURCES = \
src/util/murmurhash3.c \
src/util/atomic_io.c \
src/util/sss_selinux.c \
- src/util/domain_info_utils.c
+ src/util/domain_info_utils.c \
+ src/util/util_lock.c
libsss_util_la_LIBADD = \
$(SSSD_LIBS) \
$(UNICODE_LIBS) \