diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-02-22 10:28:34 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-02-22 10:28:34 +0100 |
commit | 563217eb9ebf78614545758a59c977ed464b6f24 (patch) | |
tree | dd2dd96b092021511dea18aedf4309d06813ab79 /Makefile.am | |
parent | 6be9b3606872037d1d48a81fbe045af8b64cea85 (diff) |
build-sys: bootctl depends on HAVE_BLKID
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ba63f681d1..8c7d000a28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2488,6 +2488,7 @@ systemd_efi_boot_generator_LDADD = \ libsystemd-shared.la # ------------------------------------------------------------------------------ +if HAVE_BLKID bootctl_SOURCES = \ src/boot/bootctl.c @@ -2513,6 +2514,7 @@ dist_bashcompletion_DATA += \ dist_zshcompletion_DATA += \ shell-completion/zsh/_bootctl +endif # ------------------------------------------------------------------------------ if HAVE_GNUEFI |