From 0e0a7393064a1826b31fc567f35617f3e7a134fc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 8 Mar 2009 00:20:50 +0100 Subject: sss_usermod Move parse_groups into tools_utils --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index b71d4ccd..342bbcc0 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 +TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd sbin/sss_groupdel sbin/sss_usermod BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS) ifneq (x$(HAVE_TESTS), x) -- cgit