comparison Makefile.am @ 606:eaab8abda2c0

[gaim-migrate @ 616] ok, a few changes. 1) --enable-gnome (which is the default) can make sounds go through gnome, which means they're configurable. they can still go through gaim. 2) --enable-gnome will also install the necessary files to make sounds through gnome work. 3) the rpm will be built without gnome; if a distributor later wants to require gnome that's up to them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 04 Aug 2000 17:13:54 +0000
parents 9ec08f6bb944
children f9b9e3751e89
comparison
equal deleted inserted replaced
605:1dbc72baf900 606:eaab8abda2c0
13 13
14 gaim_DESKTOP = gaim_applet.desktop 14 gaim_DESKTOP = gaim_applet.desktop
15 gaimdesktopdir = $(gnomedata)/applets/Network 15 gaimdesktopdir = $(gnomedata)/applets/Network
16 gaimdesktop_DATA = $(gaim_DESKTOP) 16 gaimdesktop_DATA = $(gaim_DESKTOP)
17 17
18 gaim_SOUND = gaim_applet.soundlist 18 gaim_SOUND = gaim.soundlist
19 gaimsounddir = $(gnomesysconf)/sound/events 19 gaimsounddir = $(gnomesysconf)/sound/events
20 gaimsound_DATA = $(gaim_SOUND) 20 gaimsound_DATA = $(gaim_SOUND)
21
22 endif
23
24 if DISTRIB
25
26 distribgnorbadir = $(sysconfdir)/CORBA/servers
27 distribgnorba_DATA = gaim_applet.gnorba
28
29 distribdesktopdir = $(datadir)/applets/Network
30 distribdesktop_DATA = gaim_applet.desktop
31
32 distribsounddir = $(sysconfdir)/sound/events
33 distribsound_DATA = gaim.soundlist
34
35 endif
36
37 if GNOMEBITS
38
39 bitssysconf = `@GNOME_CONFIG@ --sysconfdir`
40 bitssounddir = $(bitssysconf)/sound/events
41 bitssound_DATA = gaim.soundlist
21 42
22 endif 43 endif
23 44
24 pixmapdir = $(datadir)/gnome/apps/Internet 45 pixmapdir = $(datadir)/gnome/apps/Internet
25 pixmap_DATA = gaim.desktop 46 pixmap_DATA = gaim.desktop