From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:15:05 +0000 (-0500) Subject: Makefile: Exclude conf files from dist uninstall check X-Git-Tag: 2.4.1~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=924c1486fd773a40484d8e7f694ce0c80307a74c;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Exclude conf files from dist uninstall check --- diff --git a/Makefile.am b/Makefile.am index 799ce7ec0d..ebf55dcd01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,8 @@ noinst_DATA = dovecot-config nodist_pkginclude_HEADERS = config.h +distuninstallcheck_listfiles = find . -type f \! -name '*.conf' -print + version: $(AM_V_GEN)env VERSION=$(PACKAGE_VERSION) $(top_srcdir)/build-aux/git-version-gen > $@