From 3d7f08f17f9d5bb5002e06388e15b8f32ba04069 Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Sat, 14 May 2022 12:57:01 +0200 Subject: [PATCH] build: Fix intltool lock file problem during make distcheck See https://mail.xfce.org/pipermail/xfce4-dev/2022-May/032915.html --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 313989be7..2a91a9dcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,9 +108,10 @@ DISTCLEANFILES = \ $(desktop_in_files) \ $(desktop_DATA) \ $(service_DATA) \ - $(systemd_user_DATA) \ + $(systemd_user_DATA) \ $(polkit_in_files) \ - $(polkit_policy_DATA) + $(polkit_policy_DATA) \ + po/.intltool-merge-cache.lock DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ -- GitLab