view pidgin/pixmaps/tray/16/Makefile.am @ 16039:ded8da3de5f8

This should get all the Win32 Makefiles in line with the names Pidgin and Purple. I tried to separate PIDGIN and PURPLE values as much as a could to make it easier to divide them later if that's ever desired.
author Kevin Stange <kevin@simguy.net>
date Tue, 10 Apr 2007 06:19:29 +0000
parents 495800004c0a
children bc9219a40623
line wrap: on
line source

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

EXTRA_DIST = $(TRAY_ICONS) \
	available_4bit.ico \
	away_4bit.ico \
	busy_4bit.ico \
	connecting_4bit.ico \
	extended-away_4bit.ico \
	message_4bit.ico \
	offline_4bit.ico

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