From: Karel Zak Date: Tue, 16 Mar 2021 11:32:21 +0000 (+0100) Subject: build-sys: add EXTRA_LTLIBRARIES beween CLEANFILES X-Git-Tag: v2.37-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075e9f9cbd2e11c4ab5b0e8abf0c6553129a831e;p=thirdparty%2Futil-linux.git build-sys: add EXTRA_LTLIBRARIES beween CLEANFILES Signed-off-by: Karel Zak --- diff --git a/Makefile.am b/Makefile.am index dd88763279..a0f02a1f50 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