[systemd-commits] Makefile.am
Marcel Holtmann
holtmann at kemper.freedesktop.org
Sun Feb 22 01:30:35 PST 2015
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 563217eb9ebf78614545758a59c977ed464b6f24
Author: Marcel Holtmann <marcel at holtmann.org>
Date: Sun Feb 22 10:28:34 2015 +0100
build-sys: bootctl depends on HAVE_BLKID
diff --git a/Makefile.am b/Makefile.am
index ba63f68..8c7d000 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
More information about the systemd-commits
mailing list