summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-03-09 14:57:03 +0100
committerSimo Sorce <ssorce@redhat.com>2009-03-09 15:07:48 -0400
commit6306891a7f85ebd1e88f758aef541e12d176431d (patch)
tree70023ca4bb156139bf558b4d6780bde36b535984 /server/Makefile.in
parentc47e03cf2d446e301cf3609fa9acb90e3f6a6ccc (diff)
downloadsssd-6306891a7f85ebd1e88f758aef541e12d176431d.tar.gz
sssd-6306891a7f85ebd1e88f758aef541e12d176431d.tar.xz
sssd-6306891a7f85ebd1e88f758aef541e12d176431d.zip
sss_groupmod
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 342bbcc04..f12873e94 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -118,7 +118,7 @@ endif
ifneq (x$(HAVE_POLICYKIT), x)
LIBEXECBINS += sbin/sssd_pk
endif
-TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd sbin/sss_groupdel sbin/sss_usermod
+TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd sbin/sss_groupdel sbin/sss_usermod sbin/sss_groupmod
BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS)
ifneq (x$(HAVE_TESTS), x)