diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 20:25:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 20:28:00 +0200 |
commit | ae572d87c59d76fce1b1a3194ca43649a3116079 (patch) | |
tree | d35761012eef087e9ffab0dcdf5e8ed89d5e53f8 /Makefile.am | |
parent | 6b8b149a215ba49f96907aedd01a42f3fcdb95ba (diff) |
build-sys: move systemd-analyze into its own subdir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index caf9ea21e0..83c0678b5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,7 +211,7 @@ bin_PROGRAMS = \ systemd-detect-virt dist_bin_SCRIPTS = \ - src/systemd-analyze + src/systemd-analyze/systemd-analyze rootlibexec_PROGRAMS = \ systemd \ |