Mercurial > pidgin.yaz
comparison pidgin/pixmaps/Makefile.am @ 19503:2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 28 Aug 2007 03:14:54 +0000 |
parents | 8410abf85678 |
children | 9347a942b7cd |
comparison
equal
deleted
inserted
replaced
19502:c6af18ea22a9 | 19503:2f0960548c1d |
---|---|
1 SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray | 1 SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray |
2 | 2 |
3 EXTRA_DIST = \ | 3 EXTRA_DIST = \ |
4 edit.png \ | 4 edit.png \ |
5 info.png \ | |
5 logo.png \ | 6 logo.png \ |
6 pause.png \ | 7 pause.png \ |
7 arrow-down.xpm \ | 8 arrow-down.xpm \ |
8 arrow-up.xpm \ | 9 arrow-up.xpm \ |
9 arrow-right.xpm \ | 10 arrow-right.xpm \ |
10 arrow-left.xpm \ | 11 arrow-left.xpm \ |
11 Makefile.mingw \ | 12 Makefile.mingw \ |
12 pidgin.ico | 13 pidgin.ico |
13 | 14 |
14 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons | 15 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons |
15 pidginbuttonpix_DATA = edit.png pause.png | 16 pidginbuttonpix_DATA = edit.png pause.png info.png |
16 | 17 |
17 pidgindistpixdir = $(datadir)/pixmaps/pidgin | 18 pidgindistpixdir = $(datadir)/pixmaps/pidgin |
18 pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm | 19 pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm |
19 | 20 |