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:16:04 +0100
commit82dc11348718bf8e2ff07da696f91f6703293c24 (patch)
tree38fd40307e32d08394d21ac6bf9b4831687e52bf /Makefile.am
parentd3957d8243a3425375728a3c77edcf722290bad9 (diff)
downloadsssd-82dc11348718bf8e2ff07da696f91f6703293c24.tar.gz
sssd-82dc11348718bf8e2ff07da696f91f6703293c24.tar.xz
sssd-82dc11348718bf8e2ff07da696f91f6703293c24.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 98d8bba3f..8c9cd32ea 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