Mercurial > pidgin.yaz
annotate pidgin/pixmaps/Makefile.am @ 16568:8cd67084833c
In theory, this solves the massive pile of g_log errors that occur when
we look for icon_checksum settings.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 28 Apr 2007 04:00:54 +0000 |
parents | eae8f64218ba |
children | c53a70e1cbcd |
rev | line source |
---|---|
15991
5db7909331fa
new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents:
15965
diff
changeset
|
1 SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
2 |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
3 EXTRA_DIST = \ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 about_menu.png \ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
5 edit.png \ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
6 logo.png \ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
7 pause.png \ |
16213
37a664cf7f2d
Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents:
15999
diff
changeset
|
8 arrow-down.xpm \ |
37a664cf7f2d
Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents:
15999
diff
changeset
|
9 arrow-up.xpm \ |
37a664cf7f2d
Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents:
15999
diff
changeset
|
10 arrow-right.xpm \ |
16221
3b9b9a4ce20a
Fix a typo that broke make dist
Mark Doliner <mark@kingant.net>
parents:
16213
diff
changeset
|
11 arrow-left.xpm \ |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
12 Makefile.mingw \ |
15913
ab45a1c1bcaf
Rename some gaim icons to pidgin icons. These should probably change
Mark Doliner <mark@kingant.net>
parents:
15884
diff
changeset
|
13 pidgin.ico |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
14 |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15866
diff
changeset
|
15 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons |
16242 | 16 pidginbuttonpix_DATA = about_menu.png edit.png pause.png |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
17 |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15866
diff
changeset
|
18 pidgindistpixdir = $(datadir)/pixmaps/pidgin |
16242 | 19 pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
20 |