diff options
Diffstat (limited to 'pixmaps/icons/Makefile.am')
-rw-r--r-- | pixmaps/icons/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am index 5075a644..2e3329ac 100644 --- a/pixmaps/icons/Makefile.am +++ b/pixmaps/icons/Makefile.am | |||
@@ -7,14 +7,13 @@ 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 | ||
10 | install_icon_exec = $(top_srcdir)/pixmaps/icons/icon-theme-installer -t | 10 | install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" |
11 | $(theme) -s $(srcdir) -d "x$(DESTDIR)" -b $(themedir) -m | 11 | |
12 | "$(mkinstalldirs)" -x "$(INSTALL_DATA)" | ||
13 | install-data-local: | 12 | install-data-local: |
14 | $(install_icon_exec) -i $(theme_icons) | 13 | $(install_icon_exec) -i "${theme_icons}" |
15 | 14 | ||
16 | uninstall-hook: | 15 | uninstall-hook: |
17 | $(install_icon_exec) -u $(theme_icons) | 16 | $(install_icon_exec) -u "${theme_icons}" |
18 | 17 | ||
19 | MAINTAINERCLEANFILES = Makefile.in | 18 | MAINTAINERCLEANFILES = Makefile.in |
20 | EXTRA_DIST = $(wildcard *.svg *.png) | 19 | EXTRA_DIST = $(wildcard *.svg *.png) |