view Makefile.am @ 1436:f6a9bd50fd19

[gaim-migrate @ 1446] this didn't bother me until *SOMEONE* pointed it out ;). and benjamin, if you read the gaim cvs logs, no, i haven't figured out what Qt's problem is, and I run at 75 dpi, not 100. but I bet kaim would look quite a bit different if you developed on my machine ;) Anyway, now close.xpm is only used once, and not for closing, despite the name. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 09:34:22 +0000
parents 17e544f8c7fb
children e8e190793fe3
line wrap: on
line source


EXTRA_DIST = gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \
	README.plugins HACKING STATUS

if GNOMEAPPLET

gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
gnomedata    = `@GNOME_CONFIG@ --datadir`

gaim_GNORBA = gaim_applet.gnorba
gaimgnorbadir  = $(gnomesysconf)/CORBA/servers
gaimgnorba_DATA = $(gaim_GNORBA)

gaim_DESKTOP = gaim_applet.desktop
gaimdesktopdir = $(gnomedata)/applets/Network
gaimdesktop_DATA = $(gaim_DESKTOP)

# We dont need this no more :) I got good english =)
#gaim_SOUND = gaim.soundlist
#gaimsounddir = $(gnomesysconf)/sound/events
#gaimsound_DATA = $(gaim_SOUND)

endif

if DISTRIB

distribgnorbadir = $(sysconfdir)/CORBA/servers
distribgnorba_DATA = gaim_applet.gnorba

distribdesktopdir = $(datadir)/applets/Network
distribdesktop_DATA = gaim_applet.desktop

#Get outta here
#distribsounddir = $(sysconfdir)/sound/events
#distribsound_DATA = gaim.soundlist

endif

# we used to have gnome-configurable sound events, but now we can configure them
# ourselves. isn't that lovely
#
#if GNOMEBITS
#
#bitssysconf = `@GNOME_CONFIG@ --sysconfdir`
#bitssounddir = $(bitssysconf)/sound/events
#bitssound_DATA = gaim.soundlist
#
#endif

pixmapdir = $(datadir)/gnome/apps/Internet
pixmap_DATA = gaim.desktop

SUBDIRS = m4 libfaim sounds plugins pixmaps doc po intl src
ACLOCAL_AMFLAGS = -I m4