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:21:11 +0100
commit97091d2d84d682c5d78343a64c1667e18e93b575 (patch)
tree2407f32c588801cbfac7d3c3b6710599ceaf1729 /Makefile.am
parente6ad8610b60cc5ba60101d6150921dfe8686a55f (diff)
downloadsssd-97091d2d84d682c5d78343a64c1667e18e93b575.tar.gz
sssd-97091d2d84d682c5d78343a64c1667e18e93b575.tar.xz
sssd-97091d2d84d682c5d78343a64c1667e18e93b575.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