Mercurial > pidgin.yaz
annotate pidgin/pixmaps/status/32/Makefile.am @ 20425:5048651671e1
Revert a bunch of whitespace changes so reviewing a diff against
im.pidgin.pidgin doesn't make my eyes bleed quite as much
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 26 May 2007 13:59:07 +0000 |
parents | 759f4c6262c6 |
children | 9347a942b7cd |
rev | line source |
---|---|
15721
759f4c6262c6
make rtl icons work: http://gaim.sf.net/sean/rtl.png
Sean Egan <seanegan@gmail.com>
parents:
15455
diff
changeset
|
1 SUBDIRS = rtl scalable |
15397 | 2 |
3 EXTRA_DIST = available.png \ | |
4 away.png \ | |
5 busy.png \ | |
6 chat.png \ | |
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 | 9 log-in.png \ |
10 log-out.png \ | |
11 offline.png \ | |
12 person.png | |
13 | |
14 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/32 | |
15 | |
16 pidginstatuspix_DATA = $(EXTRA_DIST) | |
17 |