blob: 720c8d2d2ccaceb82d0a1b83489a9719104fbf04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
theme=hicolor
themedir="$(datadir)/icons/$(theme)"
theme_icons = \
apps,gnunet-gtk.svg \
apps,gnunet-gtk-16.png \
apps,gnunet-gtk-22.png \
apps,gnunet-gtk-24.png \
apps,gnunet-gtk-32.png
install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}"
install-data-local:
$(install_icon_exec) -i "${theme_icons}"
uninstall-hook:
$(install_icon_exec) -u "${theme_icons}"
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = $(wildcard *.svg *.png) icon-theme-installer
|