summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sesman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile
index ffd9623d..38255c7e 100644
--- a/sesman/Makefile
+++ b/sesman/Makefile
@@ -26,7 +26,7 @@ pam: $(SESMANOBJ) verify_user_pam.o
pam_userpass: $(SESMANOBJ) verify_user_pam_userpass.o
$(CC) $(LDFLAGS) -o sesman $(SESMANOBJ) verify_user_pam_userpass.o -ldl -lpam -lpam_userpass
-tools:
+tools: $(SESRUNOBJ)
$(CC) $(LDFLAGS) -o sesrun $(SESRUNOBJ) -ldl
clean: