From db78f4c750943fcd4b60bca5f3fdfd6cc5d3d4f8 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 20 May 2013 17:23:27 +0200 Subject: Move nscd.c from tools to util Preparation for the following patch which will include the nscd.c in the monitor code due to newly introduced function for checking the nscd configuration file. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 94ad8c04a..c6680521f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -311,7 +311,7 @@ SSSD_TOOLS_OBJ = \ src/tools/tools_util.c \ src/tools/files.c \ src/tools/selinux.c \ - src/tools/nscd.c + src/util/nscd.c SSSD_LCL_TOOLS_OBJ = \ src/sss_client/common.c \ -- cgit