Mercurial > pidgin
annotate pixmaps/Makefile.am @ 7750:14cc6614af93
[gaim-migrate @ 8395]
And this completes the proper way to handle setting my own clipboard data
such that it won't screw up Windows and be all hacky.
However, this copy stuff will make smileys no longer copy in plaintext. That's
easy to fix, though.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 04 Dec 2003 20:43:27 +0000 |
parents | 79e33c8ecf16 |
children | 6d1c5321c55e |
rev | line source |
---|---|
6143 | 1 SUBDIRS = smileys status |
5024 | 2 |
3 EXTRA_DIST = \ | |
4 about_menu.png \ | |
5 accounts.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
6 away.png \ |
5024 | 7 change-bgcolor-small.png \ |
8 change-fgcolor-small.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
9 connect.png \ |
3363 | 10 edit.png \ |
3372 | 11 gaim.png \ |
4483 | 12 gaim_auth.png \ |
3766 | 13 gaim_cool.png \ |
3427 | 14 gaim_error.png \ |
15 gaim_info.png \ | |
16 gaim_question.png \ | |
17 gaim_warning.png \ | |
5024 | 18 insert-image-small.png \ |
19 insert-link-small.png \ | |
20 insert-smiley-small.png \ | |
21 logo.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
22 msgpend.png \ |
3546 | 23 msgunread.png \ |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
24 offline.png \ |
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
25 online.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
26 pause.png \ |
5822 | 27 send-im.png \ |
5024 | 28 tb_drag_arrow_down.xpm \ |
29 tb_drag_arrow_left.xpm \ | |
30 tb_drag_arrow_right.xpm \ | |
31 tb_drag_arrow_up.xpm \ | |
3671 | 32 text_bigger.png \ |
5024 | 33 text_normal.png \ |
3671 | 34 text_smaller.png \ |
5024 | 35 typed.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
36 typing.png \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
37 Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
38 smileys/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
39 smileys/default/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
40 status/default/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
41 status/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
42 gaim-install.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
43 gaim.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
44 gaim_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
45 gaim_away.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
46 gaim_away_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
47 gaim_msgpend_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
48 gaim_msgunread_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
49 gaim_offline.ico \ |
7231
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6198
diff
changeset
|
50 gaim_offline_4bit_16.ico \ |
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6198
diff
changeset
|
51 gaim_blank_4bit_16.ico |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
52 |
327 | 53 |
3363 | 54 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5822
diff
changeset
|
55 gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png |
3363 | 56 |
3427 | 57 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs |
4483 | 58 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png |
3427 | 59 |
5024 | 60 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons |
61 gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png | |
3671 | 62 |
3425 | 63 gaimdistpixdir = $(datadir)/pixmaps/gaim |
6156 | 64 gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png |
3363 | 65 |
3425 | 66 distpixmapdir = $(datadir)/pixmaps |
67 distpixmap_DATA = gaim.png | |
3363 | 68 |