aboutsummaryrefslogtreecommitdiff
path: root/pixmaps/icons/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps/icons/Makefile.am')
-rw-r--r--pixmaps/icons/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am
index 9ab5a531..720c8d2d 100644
--- a/pixmaps/icons/Makefile.am
+++ b/pixmaps/icons/Makefile.am
@@ -1,5 +1,5 @@
1theme=hicolor 1theme=hicolor
2themedir="icons/$(theme)" 2themedir="$(datadir)/icons/$(theme)"
3theme_icons = \ 3theme_icons = \
4 apps,gnunet-gtk.svg \ 4 apps,gnunet-gtk.svg \
5 apps,gnunet-gtk-16.png \ 5 apps,gnunet-gtk-16.png \
@@ -7,7 +7,7 @@ theme_icons = \
7 apps,gnunet-gtk-24.png \ 7 apps,gnunet-gtk-24.png \
8 apps,gnunet-gtk-32.png 8 apps,gnunet-gtk-32.png
9 9
10install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -d "$(datadir)/gnunet-gtk/" -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" 10install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}"
11 11
12install-data-local: 12install-data-local:
13 $(install_icon_exec) -i "${theme_icons}" 13 $(install_icon_exec) -i "${theme_icons}"