From 3ca5d1ca14e996b1085227b9a25a12af7052231c Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Fri, 25 Jul 2025 15:39:01 +0200
Subject: Exclude from the installation of unwanted and now no longer existent
 Makefile.am. This solves FTBFS that came with issue #52.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 data/about/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/about/CMakeLists.txt b/data/about/CMakeLists.txt
index aac58f7f..b7a1dfd3 100644
--- a/data/about/CMakeLists.txt
+++ b/data/about/CMakeLists.txt
@@ -2,7 +2,7 @@ install(
   FILES
     back.png box-bottom-left.png box-bottom-middle.png box-bottom-right.png box-center.png
     box-middle-left.png box-middle-right.png box-top-left.png box-top-middle.png box-top-right.png
-    digikam.css kde_infopage.css kde_infopage_rtl.css main.html Makefile.am top-left.png
+    digikam.css kde_infopage.css kde_infopage_rtl.css main.html top-left.png
     top-middle.png top-right-digikam.png
   DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/about
 )
-- 
cgit v1.2.3

