Mercurial > pidgin.yaz
annotate Makefile.am @ 4759:1762496d502a
[gaim-migrate @ 5076]
This caches ICQ remote nicks in your local blist.xml file. It's really
not a great thing to do, but it's better than what we do currently.
I want to make Gaim request the remote nick every now and then to see
if it's changed.
Anyhow, like all things I've done recently, it's slightly ugly.
And I can't test the get-alias-when-adding-icq-buddy thing until
Sean commits his buddy list editing stuff later tonight, but it should
work like a charm.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 14 Mar 2003 03:09:54 +0000 |
parents | 27354602734d |
children | 2c9de5ae24a0 |
rev | line source |
---|---|
4554
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
1 EXTRA_DIST = \ |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
2 gaim.spec.in gaim.desktop \ |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
3 Doxyfile.in \ |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
4 HACKING \ |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
5 gaim2blt.pl licq2gaim.pl setup-gettext |
0 | 6 |
3449
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
7 dist-hook: gaim.spec |
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
8 cp gaim.spec $(distdir) |
8c6950b6eb82
[gaim-migrate @ 3493]
Christian Hammond <chipx86@chipx86.com>
parents:
3439
diff
changeset
|
9 |
3726 | 10 pixmapdir = $(datadir)/applications |
327 | 11 pixmap_DATA = gaim.desktop |
12 | |
4564 | 13 SUBDIRS = sounds plugins pixmaps doc po intl src |
4554
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
14 |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
15 docs: Doxyfile.in |
fbf9f873abfc
[gaim-migrate @ 4834]
Christian Hammond <chipx86@chipx86.com>
parents:
3726
diff
changeset
|
16 @doxygen |