view Makefile.am @ 112:a57fd3390ee4

[gaim-migrate @ 122] Fixed the bug where if there is more than one word either being removed or inserted, remaining checks hold. E.g. if there is a rule that 'm' gets replaced with 'your roommate' (this is actually is one of my rules), and another rule is 'u' -> 'you', typing "m u" used to be "your roommate u", but is now "your roommate you" (don't ask, it's a stupid example, but it has implications). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 14 Apr 2000 06:02:26 +0000
parents 66c5a24b62ec
children 595c26ef5527
line wrap: on
line source


EXTRA_DIST = gaim_applet.gnorba gaim_applet.desktop gaim_applet.soundlist \
	buddytrans

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)

gaim_SOUND = gaim_applet.soundlist
gaimsounddir = $(gnomesysconf)/sound/events
gaimsound_DATA = $(gaim_SOUND)

endif

SUBDIRS = m4 libfaim sounds pixmaps doc src
ACLOCAL_AMFLAGS = -I m4