comparison sounds/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 7e231bc0018a
children 3deadbe50737
comparison
equal deleted inserted replaced
1005:b1572ac4246c 1006:0a4d0ed65e17
19 ./au2h Send.au Send.h 19 ./au2h Send.au Send.h
20 20
21 Receive.h: au2h Receive.au 21 Receive.h: au2h Receive.au
22 ./au2h Receive.au Receive.h 22 ./au2h Receive.au Receive.h
23 23
24 if GNOMEAPPLET 24 #if GNOMEAPPLET
25 gnomedata = `@GNOME_CONFIG@ --datadir` 25 #gnomedata = `@GNOME_CONFIG@ --datadir`
26 gaimsoundsdir = $(gnomedata)/sounds/gaim 26 #gaimsoundsdir = $(gnomedata)/sounds/gaim
27 gaimsounds_DATA = $(EXTRA_DIST) 27 #gaimsounds_DATA = $(EXTRA_DIST)
28 endif 28 #endif
29 29 #
30 if DISTRIB 30 #if DISTRIB
31 gaimdistribdir = $(datadir)/sounds/gaim 31 #gaimdistribdir = $(datadir)/sounds/gaim
32 gaimdistrib_DATA = $(EXTRA_DIST) 32 #gaimdistrib_DATA = $(EXTRA_DIST)
33 endif 33 #endif
34 34 #
35 if GNOMEBITS 35 #if GNOMEBITS
36 bitsdata = `@GNOME_CONFIG@ --datadir` 36 #bitsdata = `@GNOME_CONFIG@ --datadir`
37 bitssoundsdir = $(bitsdata)/sounds/gaim 37 #bitssoundsdir = $(bitsdata)/sounds/gaim
38 bitssounds_DATA = $(EXTRA_DIST) 38 #bitssounds_DATA = $(EXTRA_DIST)
39 endif 39 #endif