From: Marcel Holtmann Date: Sun, 22 Feb 2015 09:28:34 +0000 (+0100) Subject: build-sys: bootctl depends on HAVE_BLKID X-Git-Tag: v220~1026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=563217eb9ebf78614545758a59c977ed464b6f24;p=thirdparty%2Fsystemd.git build-sys: bootctl depends on HAVE_BLKID --- diff --git a/Makefile.am b/Makefile.am index ba63f681d1e..8c7d000a288 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