diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-31 03:25:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-31 03:25:30 +0200 |
commit | f695b3b09b672c327c5b525ed7a2390c4b99a67e (patch) | |
tree | a76a172d73908bde62adee0fcfe16f778010db2c /Makefile.am | |
parent | fe8954ab47b57703d2fb3116f5dbe389426e99bc (diff) |
build-sys: install systemd-analyze by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 \ |