diff options
author | Harald Hoyer <harald@redhat.com> | 2013-02-22 17:18:47 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-02-25 18:58:06 +0100 |
commit | 81516adcb71a47837544340f72eb8ee810274119 (patch) | |
tree | 17f7ff511b485629caab5c717a8fe0859284f927 /Makefile.am | |
parent | 1ddf879acf388a4625150c3a97b76458f6d2a070 (diff) |
kernel-install: add kernel-install tool
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 f0f0ebcbb0..74534cce82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -278,6 +278,9 @@ bin_PROGRAMS = \ systemd-delta \ systemd-analyze +bin_SCRIPTS = \ + src/kernel-install/kernel-install + rootlibexec_PROGRAMS = \ systemd \ systemd-cgroups-agent \ |