summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-14 13:21:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-29 21:58:43 +0900
commitae6ac9ec80e2543776d351f626cf158bb693e2af (patch)
treecc8d84733165ae8c0905bb1ce8c4a2b0ec117fb3 /configure.in
parent07235992f8227a8ceb289cda3fc2d799a7bba14f (diff)
downloadkrecipes-ae6ac9ec.tar.gz
krecipes-ae6ac9ec.zip
Remove duplication of mime type icons in final packages
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7b1350b7d39874242b578e640fc50a3b4534520e)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ca83dca..df15e30 100644
--- a/configure.in
+++ b/configure.in
@@ -188,6 +188,8 @@ AC_CONFIG_FILES([ doc/et/Makefile ])
AC_CONFIG_FILES([ doc/pt/Makefile ])
AC_CONFIG_FILES([ doc/sv/Makefile ])
AC_CONFIG_FILES([ icons/Makefile ])
+AC_CONFIG_FILES([ icons/actions/Makefile ])
+AC_CONFIG_FILES([ icons/mime/Makefile ])
AC_CONFIG_FILES([ layouts/Makefile ])
AC_CONFIG_FILES([ src/Makefile ])
AC_CONFIG_FILES([ src/backends/Makefile ])