aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-02-14 00:02:06 +0000
committerChristian Grothoff <christian@grothoff.org>2008-02-14 00:02:06 +0000
commit6852b1d8f3d184bf9355c4f5e4a6f499db9aede6 (patch)
tree5e9d2cf877a3b554313bee34cb6dae290c7226bc
parent4fa3ec4652893e572814f2e1d121adb139b74ea7 (diff)
downloadgnunet-gtk-6852b1d8f3d184bf9355c4f5e4a6f499db9aede6.tar.gz
gnunet-gtk-6852b1d8f3d184bf9355c4f5e4a6f499db9aede6.zip
fix
-rw-r--r--pixmaps/icons/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am
index f76389b2..5075a644 100644
--- a/pixmaps/icons/Makefile.am
+++ b/pixmaps/icons/Makefile.am
@@ -1,20 +1,20 @@
1theme=hicolor 1theme=hicolor
2 themedir=$(datadir)/icons/$(theme) 2themedir=$(datadir)/icons/$(theme)
3 theme_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 \
6 apps,gnunet-gtk-22.png \ 6 apps,gnunet-gtk-22.png \
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 10install_icon_exec = $(top_srcdir)/pixmaps/icons/icon-theme-installer -t
11$(theme) -s $(srcdir) -d "x$(DESTDIR)" -b $(themedir) -m 11$(theme) -s $(srcdir) -d "x$(DESTDIR)" -b $(themedir) -m
12"$(mkinstalldirs)" -x "$(INSTALL_DATA)" 12"$(mkinstalldirs)" -x "$(INSTALL_DATA)"
13 install-data-local: 13install-data-local:
14 $(install_icon_exec) -i $(theme_icons) 14 $(install_icon_exec) -i $(theme_icons)
15 15
16 uninstall-hook: 16uninstall-hook:
17 $(install_icon_exec) -u $(theme_icons) 17 $(install_icon_exec) -u $(theme_icons)
18 18
19 MAINTAINERCLEANFILES = Makefile.in 19MAINTAINERCLEANFILES = Makefile.in
20 EXTRA_DIST = $(wildcard *.svg *.png) 20EXTRA_DIST = $(wildcard *.svg *.png)