Mercurial > pidgin
comparison Makefile.am @ 2468:16e8b83b10a2
[gaim-migrate @ 2481]
David Raeman's applet icons
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 09 Oct 2001 23:40:18 +0000 |
parents | 0aa3a0957a2f |
children | e967c0d93930 |
comparison
equal
deleted
inserted
replaced
2467:cd81f1f2c896 | 2468:16e8b83b10a2 |
---|---|
1 | 1 |
2 EXTRA_DIST = gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \ | 2 EXTRA_DIST = gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \ |
3 HACKING STATUS gaim2blt.pl | 3 HACKING STATUS gaim2blt.pl |
4 | |
5 if DISTRIB | |
6 | |
7 distribgnorbadir = $(sysconfdir)/CORBA/servers | |
8 distribgnorba_DATA = gaim_applet.gnorba | |
9 | |
10 distribdesktopdir = $(datadir)/applets/Network | |
11 distribdesktop_DATA = gaim_applet.desktop | |
12 | |
13 else | |
4 | 14 |
5 if GNOMEAPPLET | 15 if GNOMEAPPLET |
6 | 16 |
7 gnomesysconf = `@GNOME_CONFIG@ --sysconfdir` | 17 gnomesysconf = `@GNOME_CONFIG@ --sysconfdir` |
8 gnomedata = `@GNOME_CONFIG@ --datadir` | 18 gnomedata = `@GNOME_CONFIG@ --datadir` |
13 | 23 |
14 gaim_DESKTOP = gaim_applet.desktop | 24 gaim_DESKTOP = gaim_applet.desktop |
15 gaimdesktopdir = $(gnomedata)/applets/Network | 25 gaimdesktopdir = $(gnomedata)/applets/Network |
16 gaimdesktop_DATA = $(gaim_DESKTOP) | 26 gaimdesktop_DATA = $(gaim_DESKTOP) |
17 | 27 |
18 # We dont need this no more :) I got good english =) | 28 endif |
19 #gaim_SOUND = gaim.soundlist | |
20 #gaimsounddir = $(gnomesysconf)/sound/events | |
21 #gaimsound_DATA = $(gaim_SOUND) | |
22 | 29 |
23 endif | 30 endif |
24 | |
25 if DISTRIB | |
26 | |
27 distribgnorbadir = $(sysconfdir)/CORBA/servers | |
28 distribgnorba_DATA = gaim_applet.gnorba | |
29 | |
30 distribdesktopdir = $(datadir)/applets/Network | |
31 distribdesktop_DATA = gaim_applet.desktop | |
32 | |
33 #Get outta here | |
34 #distribsounddir = $(sysconfdir)/sound/events | |
35 #distribsound_DATA = gaim.soundlist | |
36 | |
37 endif | |
38 | |
39 # we used to have gnome-configurable sound events, but now we can configure them | |
40 # ourselves. isn't that lovely | |
41 # | |
42 #if GNOMEBITS | |
43 # | |
44 #bitssysconf = `@GNOME_CONFIG@ --sysconfdir` | |
45 #bitssounddir = $(bitssysconf)/sound/events | |
46 #bitssound_DATA = gaim.soundlist | |
47 # | |
48 #endif | |
49 | 31 |
50 pixmapdir = $(datadir)/gnome/apps/Internet | 32 pixmapdir = $(datadir)/gnome/apps/Internet |
51 pixmap_DATA = gaim.desktop | 33 pixmap_DATA = gaim.desktop |
52 | 34 |
53 SUBDIRS = m4 sounds plugins pixmaps doc po intl src | 35 SUBDIRS = m4 sounds plugins pixmaps doc po intl src |