From c737e1444fb186e349e59bfa9dac4995b720b4b1 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 13 Apr 2011 08:16:37 -0400 Subject: Cache cleaning tool --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d8eb28d3e..014293dfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,8 @@ sbin_PROGRAMS = \ sss_groupdel \ sss_usermod \ sss_groupmod \ - sss_groupshow + sss_groupshow \ + sss_cache sssdlibexec_PROGRAMS = \ sssd_nss \ @@ -476,6 +477,13 @@ sss_groupshow_SOURCES = \ sss_groupshow_LDADD = \ $(TOOLS_LIBS) +sss_cache_SOURCES = \ + src/tools/sss_cache.c \ + $(SSSD_UTIL_OBJ) \ + $(SSSD_TOOLS_OBJ) +sss_cache_LDADD = \ + $(TOOLS_LIBS) + ################# # Feature Tests # ################# -- cgit