summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-22 10:28:34 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-22 10:28:34 +0100
commit563217eb9ebf78614545758a59c977ed464b6f24 (patch)
treedd2dd96b092021511dea18aedf4309d06813ab79 /Makefile.am
parent6be9b3606872037d1d48a81fbe045af8b64cea85 (diff)
build-sys: bootctl depends on HAVE_BLKID
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ba63f681d..8c7d000a2 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