comparison pixmaps/Makefile.am @ 1006:0a4d0ed65e17

[gaim-migrate @ 1016] wow, configurable sounds. this should be neat. too bad the UI isn't done yet. but at least you can have them configured. oh yeah, this means we don't need gaim.soundlist anymore, since i removed the option to go through gnome for sounds. (there were only two advantages to having them go through gnome, and making them configurable was the primary one). anyway, i also changed some of the installation script stuff so that now everything (including the panel) should go through the $(whateverdir) makefile variables, so it should be easier to make packages in chrooted environments committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 19 Oct 2000 10:42:46 +0000
parents 450db0a5bbe4
children 256e209c02ac
comparison
equal deleted inserted replaced
1005:b1572ac4246c 1006:0a4d0ed65e17
109 109
110 pixmapdir = $(datadir)/pixmaps 110 pixmapdir = $(datadir)/pixmaps
111 pixmap_DATA = gaim.xpm 111 pixmap_DATA = gaim.xpm
112 112
113 if GNOMEAPPLET 113 if GNOMEAPPLET
114 #gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
115 gnomedata = `@GNOME_CONFIG@ --datadir` 114 gnomedata = `@GNOME_CONFIG@ --datadir`
116 gaimpixmapdir = $(gnomedata)/pixmaps 115 gaimpixmapdir = $(gnomedata)/pixmaps
117 gaimpixmap_DATA = gaim.xpm 116 gaimpixmap_DATA = gaim.xpm
118 gaimgnomedir = $(gnomedata)/pixmaps/gaim/gnome
119 #gaimgnome_DATA =
120 #gaimgnomepixmapsdir = $(gnomedata)/pixmaps/gaim
121 #gaimgnomepixmaps_DATA = gnome/penguin-online.png gnome/penguin-offline.png \
122 # gnome/penguin-connect.png gnome/devil-offline.png \
123 # gnome/devil-connect.png gnome/devil-online.png
124 endif 117 endif
125
126 if DISTRIB
127 pixmapdistribdir = $(datadir)/pixmaps
128 pixmapdistrib_DATA = gaim.xpm
129 #gnomedistribdir = $(datadir)/pixmaps/gaim/gnome
130 #gnomedistrib_DATA =
131 #gnomepixmapdistribdir = $(datadir)/pixmaps/gaim
132 #gnomepixmapdistrib_DATA = gnome/penguin-online.png gnome/penguin-offline.png \
133 # gnome/penguin-connect.png gnome/devil-offline.png \
134 # gnome/devil-connect.png gnome/devil-online.png
135 endif