Move icon to the right place and fix icons/Makefile.am

This commit is contained in:
Isaac Clerencia Perez 2006-01-09 13:28:53 +00:00
parent b6e7c627f4
commit 2fb7741ab9
2 changed files with 3 additions and 3 deletions

View file

@ -4,19 +4,19 @@ if GNOME1
gnome1desktopdir = @GNOME1_DESKTOP@
dist_gnome1desktop_DATA = wesnoth.desktop
gnome1icondir = $(datadir)/icons
gnome1icon_DATA = ../images/wesnoth-icon.png
gnome1icon_DATA = ../icons/wesnoth-icon.png
endif
if GNOME2
gnome2desktopdir = $(datadir)/applications
dist_gnome2desktop_DATA = wesnoth.desktop
gnome2icondir = $(datadir)/icons
gnome2icon_DATA = ../images/wesnoth-icon.png
gnome2icon_DATA = ../icons/wesnoth-icon.png
endif
if KDE
kdedesktopdir = @KDE_DESKTOP@
dist_kdedesktop_DATA = wesnoth.desktop
kdeicondir = @KDE_ICON@
kdeicon_DATA = ../images/wesnoth-icon.png
kdeicon_DATA = ../icons/wesnoth-icon.png
endif

View file

Before

Width:  |  Height:  |  Size: 7 KiB

After

Width:  |  Height:  |  Size: 7 KiB