aboutsummaryrefslogtreecommitdiff
path: root/pixmaps/icons/Makefile.am
blob: 2e3329ac56f221565c189581327bd4018def3c6a (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)