annotate pidgin/pixmaps/status/32/Makefile.am @ 15455:3b45081f6183

Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
author Sean Egan <seanegan@gmail.com>
date Mon, 29 Jan 2007 03:22:42 +0000
parents a8ee645e7fb4
children 759f4c6262c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
1 SUBDIRS = scalable
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 EXTRA_DIST = available.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 away.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 busy.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 chat.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 extended-away.png \
15455
3b45081f6183 Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents: 15397
diff changeset
8 invisible.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 log-in.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10 log-out.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 offline.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 person.png
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/32
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 pidginstatuspix_DATA = $(EXTRA_DIST)
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17