Move icon to the right place and fix icons/Makefile.am
This commit is contained in:
parent
b6e7c627f4
commit
2fb7741ab9
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
Loading…
Add table
Reference in a new issue