view pidgin/pixmaps/tray/48/Makefile.am @ 20917:aa420b502a6b

nosnilmot points out that this is a better way to ensure the size is valid.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 13 Oct 2007 17:23:40 +0000
parents 662710d7ecf0
children
line wrap: on
line source

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

EXTRA_DIST =	$(TRAY_ICONS)

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