Workaround for weird automake buglet
The `make distcheckclean` command fails because of lingering .o files in lib/.libs/ which it shouldn't, since both AC_CONFIG_LIBOBJ_DIR() and the subdir-objects automake options are set. This workaround is ugly, but works for now. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
6da50d15f7
commit
c20c748afa
@ -51,3 +51,4 @@ release: distcheck
|
||||
|
||||
# Workaround for systemd unit file duing distcheck
|
||||
DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd)
|
||||
DISTCLEANFILES = lib/.libs/*
|
||||
|
Loading…
Reference in New Issue
Block a user