view pidgin/pixmaps/tray/48/Makefile.am @ 17854:7ac75fe490c2

Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:23:00 +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)