From b5d886fe88156c215d4efac5cbcb9b08b160e7f7 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 30 Aug 2020 15:09:13 +0200 Subject: [PATCH] Work around bug in Automake 1.16.1 --- src/ui/gui/automake.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 853444d9d0..9a21f3f8c7 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -437,7 +437,7 @@ include $(top_srcdir)/src/ui/gui/icons/automake.mk UNINSTALL_DATA_HOOKS += update-icon-cache INSTALL_DATA_HOOKS += update-icon-cache -############################################# +#### Build the tools needed to run glade on our .ui files EXTRA_pkgdir = $(abs_builddir)/src/ui/gui @@ -464,3 +464,8 @@ src/ui/gui/glade-wrapper: src/ui/gui/glade-wrapper.in .PHONY: glade-tools glade-tools: src/ui/gui/glade-wrapper src/ui/gui/libpsppire-glade.la + +# This works around a possible bug in Automake 1.16.1 which installs +# EXTRA_pkgLTLIBRARIES if DESTDIR is set. It should not do that. +install-EXTRA_pkgLTLIBRARIES: + true -- 2.30.2