diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-04-13 08:16:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-04 10:46:55 -0400 |
commit | c737e1444fb186e349e59bfa9dac4995b720b4b1 (patch) | |
tree | 3ae6cc2b891e36e071ed452b808ea1b44cf5bf2f /Makefile.am | |
parent | f62b9b41b0a29a0294d6e532e2bed2b4ce9012e4 (diff) | |
download | sssd-c737e1444fb186e349e59bfa9dac4995b720b4b1.tar.gz sssd-c737e1444fb186e349e59bfa9dac4995b720b4b1.tar.xz sssd-c737e1444fb186e349e59bfa9dac4995b720b4b1.zip |
Cache cleaning tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
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 # ################# |