comparison Makefile.am @ 78:66c5a24b62ec

[gaim-migrate @ 88] Touch-ups with the install for applet. Rather than all that extra stuff at the end of ./configure, all you need now is --enable-gnome. ./configure will figure out where gnome-config is and use that to determine where things should be installed. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Mar 2000 20:22:12 +0000
parents b1d7336cba85
children 595c26ef5527
comparison
equal deleted inserted replaced
77:b06013f863fb 78:66c5a24b62ec
2 EXTRA_DIST = gaim_applet.gnorba gaim_applet.desktop gaim_applet.soundlist \ 2 EXTRA_DIST = gaim_applet.gnorba gaim_applet.desktop gaim_applet.soundlist \
3 buddytrans 3 buddytrans
4 4
5 if GNOMEAPPLET 5 if GNOMEAPPLET
6 6
7 gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
8 gnomedata = `@GNOME_CONFIG@ --datadir`
9
7 gaim_GNORBA = gaim_applet.gnorba 10 gaim_GNORBA = gaim_applet.gnorba
8 gaimgnorbadir = $(sysconfdir)/CORBA/servers 11 gaimgnorbadir = $(gnomesysconf)/CORBA/servers
9 gaimgnorba_DATA = $(gaim_GNORBA) 12 gaimgnorba_DATA = $(gaim_GNORBA)
10 13
11 gaim_DESKTOP = gaim_applet.desktop 14 gaim_DESKTOP = gaim_applet.desktop
12 gaimdesktopdir = $(datadir)/applets/Network 15 gaimdesktopdir = $(gnomedata)/applets/Network
13 gaimdesktop_DATA = $(gaim_DESKTOP) 16 gaimdesktop_DATA = $(gaim_DESKTOP)
14 17
15 gaim_SOUND = gaim_applet.soundlist 18 gaim_SOUND = gaim_applet.soundlist
16 gaimsounddir = $(sysconfdir)/sound/events 19 gaimsounddir = $(gnomesysconf)/sound/events
17 gaimsound_DATA = $(gaim_SOUND) 20 gaimsound_DATA = $(gaim_SOUND)
18 21
19 endif 22 endif
20 23
21 SUBDIRS = m4 libfaim sounds pixmaps doc src 24 SUBDIRS = m4 libfaim sounds pixmaps doc src