summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-14 09:51:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-29 21:58:42 +0900
commit07235992f8227a8ceb289cda3fc2d799a7bba14f (patch)
treed30ac3ece3aceaed7d52b23529c98e62873d5097 /src/Makefile.am
parent2879ff70be9271550477982a1a6371714db38562 (diff)
downloadkrecipes-07235992.tar.gz
krecipes-07235992.zip
Add krecipes.xpm from tde-packaging repo
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9251ed4aa1c7eebbcd3adb26c985eaf28a648916)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61daaec..fdb8aa4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,10 @@ kdelnk_DATA = krecipes.desktop
rcdir = $(kde_datadir)/krecipes
rc_DATA = krecipesui.rc
+# this is where the pixmap file goes
+pixmapdir = $(datadir)/pixmaps
+pixmap_DATA = krecipes.xpm
+
messages: rc.cpp
find ./ -name \*.ui | xargs --no-run-if-empty $(EXTRACTRC) >> rc.cpp
$(XGETTEXT) rc.cpp `find ./ -name \*.cpp` -o $(podir)/krecipes.pot