summaryrefslogtreecommitdiff
path: root/server/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 7a576e4a..39b6306f 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -117,7 +117,8 @@ endif
ifneq (x$(HAVE_POLICYKIT), x)
LIBEXECBINS += sbin/sssd_pk
endif
-BINS = sbin/sssd $(LIBEXECBINS)
+TOOLSBINS = sbin/sss_useradd
+BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS)
ifneq (x$(HAVE_TESTS), x)
TESTS = tests/sysdb-tests tests/infopipe-tests