From 55f21223935b704f93fc0abd20ec1360b6443683 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 1 Dec 2019 21:22:01 +0100 Subject: [PATCH] release: Make sure distcheck runs --with-klogd Otherwise the resulting tarball will not include klogd.8 Signed-off-by: Joachim Nilsson --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d041e27..c4cc80f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,4 +44,5 @@ release: distcheck done # Workaround for systemd unit file duing distcheck -DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd) +DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd) --with-klogd +