summary refs log tree commit diff stats
path: root/data/icons/Makefile.am
blob: 05eb59d5fc7c6e6f21c1000186c68f9f0085bb72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
icon_DATA = hexchat.png
icondir = $(datadir)/icons/hicolor/48x48/apps

hicolor_DATA = hexchat.svg
hicolordir = $(datadir)/icons/hicolor/scalable/apps

UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :

install-data-hook:
	$(UPDATE_ICON_CACHE);

uninstall-hook:
	$(UPDATE_ICON_CACHE);

EXTRA_DIST = $(icon_DATA) $(hicolor_DATA)