view pidgin/pixmaps/tray/48/Makefile.am @ 17842:c7df0c2d8eef

Icon updates from Hylke, including tray icons in 2 more sizes
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Jun 2007 18:28:10 +0000
parents
children 2dfc45eaf008 8e316800d00a
line wrap: on
line source

SUBDIRS = scalable

TRAY_ICONS =	tray-away.png \
		tray-busy.png \
		tray-connecting.png \
		tray-extended-away.png \
		tray-invisible.png \
		tray-message.png \
		tray-offline.png \
		tray-online.png

EXTRA_DIST =	$(TRAY_ICONS)

pidgintraypixdir = $(datadir)/pixmaps/pidgin/tray/48
pidgintraypix_DATA = $(TRAY_ICONS)