summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-15 09:20:47 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 20:55:42 +0100
commitdd1dbf1e10a864f4ec0796aae3a6f272104b098e (patch)
tree8555113c0cb5a81b770c4e62e9fa4f186b10061e /Makefile.am
parentdeb17c493e6f82f0396b0df72e2b60565c2db9cb (diff)
downloadsssd-dd1dbf1e10a864f4ec0796aae3a6f272104b098e.tar.gz
sssd-dd1dbf1e10a864f4ec0796aae3a6f272104b098e.tar.xz
sssd-dd1dbf1e10a864f4ec0796aae3a6f272104b098e.zip
TOOLS: move memcache related functions to tools_mc_utils.c
The upcoming patches will link only users of this file with client libs, so it's better to have it separate. There is no functional change in this patch
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 85eee66d7..b0439ef48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -285,6 +285,7 @@ SSSD_RESPONDER_OBJ = \
SSSD_TOOLS_OBJ = \
src/tools/sss_sync_ops.c \
src/tools/tools_util.c \
+ src/tools/tools_mc_util.c \
src/tools/files.c \
src/tools/selinux.c \
src/tools/nscd.c