From f695b3b09b672c327c5b525ed7a2390c4b99a67e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 Mar 2011 03:25:30 +0200 Subject: [PATCH] build-sys: install systemd-analyze by default --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 130e76c45..bc713fc21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,6 +114,9 @@ bin_PROGRAMS = \ systemd-stdio-bridge \ systemd-nspawn +dist_bin_SCRIPTS = \ + src/systemd-analyze + if HAVE_GTK bin_PROGRAMS += \ systemadm \ -- 2.30.2