From 075e9f9cbd2e11c4ab5b0e8abf0c6553129a831e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 16 Mar 2021 12:32:21 +0100 Subject: [PATCH] build-sys: add EXTRA_LTLIBRARIES beween CLEANFILES Signed-off-by: Karel Zak --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dd8876327..a0f02a1f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,6 +110,7 @@ include bash-completion/Makemodule.am include tests/Makemodule.am + # pylibmountexec module must be installed after usrlib_exec libraries, # otherwise the libtool relink step will fail to find libmount.la and # will try -lmount which is possibly not available. @@ -179,7 +180,7 @@ else edit_cmd += -e 's|@vendordir[@]||g' endif -CLEANFILES += $(PATHFILES) +CLEANFILES += $(PATHFILES) $(EXTRA_LTLIBRARIES) EXTRA_DIST += $(PATHFILES:=.in) $(PATHFILES): Makefile