summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-31 03:25:30 +0200
committerLennart Poettering <lennart@poettering.net>2011-03-31 03:25:30 +0200
commitf695b3b09b672c327c5b525ed7a2390c4b99a67e (patch)
treea76a172d73908bde62adee0fcfe16f778010db2c /Makefile.am
parentfe8954ab47b57703d2fb3116f5dbe389426e99bc (diff)
build-sys: install systemd-analyze by default
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 130e76c452..bc713fc21f 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 \