view pixmaps/Makefile.am @ 306:a8f964718837

[gaim-migrate @ 316] Ok, one last time, for the record: - It tries to load the requested font in the requested size. - It tries to load the requested font at *any* size. - It tries to load either courier or helvetica with the requested features at any size. - It tries to load the other of the two with the requested features at any size. - It tries to load the chosen outgoing font with the requested features at any size, if one exists. - It tries to load courier with no features (bold, italics, etc) at any size. - It tries to load helvetica with no features (bold, italics, etc) at any size. - It tries to load times with no features (bold, italics, etc) at any size. - It tries to load *any* font, generally the first one GDK can find, which ends up usually being something like Arial Bold. It returns after it gets a font, or after it gets *any* font. If you didn't get one, your system is screwy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Jun 2000 19:27:18 +0000
parents d618dc6c7d21
children 5dbb426d61c2
line wrap: on
line source

EXTRA_DIST = admin_icon.xpm aimicon.xpm \
	aimicon2.xpm aol_icon.xpm big.xpm \
	bold.xpm dt_icon.xpm free_icon.xpm \
	italic.xpm login_icon.xpm logo.xpm \
	logout_icon.xpm no_icon.xpm normal.xpm \
	link.xpm small.xpm speaker.xpm im.xpm \
        buddychat.xpm info.xpm buddyadd.xpm \
        buddydel.xpm permadd.xpm permdel.xpm \
        wood.xpm palette.xpm offline.xpm \
        online.xpm signing_on.xpm msg_pending.xpm \
        away.xpm away_icon.xpm underline.xpm \
        peng_smile.xpm peng_frown.xpm peng_wink.xpm \
	strike.xpm gnome/devil-connect.png gnome/devil-offline.png \
	gnome/devil-online.png gnome/penguin-connect.png \
	gnome/penguin-offline.png gnome/penguin-online.png \
	daemon-buddyadd.xpm daemon-buddychat.xpm daemon-buddydel.xpm \
	daemon-im.xpm daemon-info.xpm daemon-permadd.xpm \
	daemon-permdel.xpm daemon.xpm fontface.xpm
	
if GNOMEAPPLET
gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
gnomedata    = `@GNOME_CONFIG@ --datadir`
gaimpixmapdir = $(gnomedata)/pixmaps/gaim
gaimpixmap_DATA = aimicon.xpm
gaimgnomedir = $(gnomedata)/pixmaps/gaim/gnome
gaimgnome_DATA = 
gaimgnomepixmapsdir = $(gnomedata)/pixmaps/gaim
gaimgnomepixmaps_DATA = gnome/penguin-online.png gnome/penguin-offline.png \
	gnome/penguin-connect.png gnome/devil-offline.png \
	gnome/devil-connect.png gnome/devil-online.png
endif