From 82dc11348718bf8e2ff07da696f91f6703293c24 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 15 Jan 2013 09:20:47 +0100 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit