Mercurial > pidgin.yaz
view sounds/Makefile.am @ 151:c754e5ae442a
[gaim-migrate @ 161]
Implemented "save state" - if you were away, and you get kicked off, it
signs you back on, and sets you as being away with the away message you
had been using.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 23 Apr 2000 23:46:20 +0000 |
parents | 66c5a24b62ec |
children | 05f01078d133 |
line wrap: on
line source
bin_PROGRAMS = au2h au2h_SOURCES = au2h.c EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au all: BuddyArrive.h BuddyLeave.h Send.h Receive.h BuddyArrive.h: au2h BuddyArrive.au ./au2h BuddyArrive.au BuddyArrive.h BuddyLeave.h: au2h BuddyLeave.au ./au2h BuddyLeave.au BuddyLeave.h Send.h: au2h Send.au ./au2h Send.au Send.h Receive.h: au2h Receive.au ./au2h Receive.au Receive.h if GNOMEAPPLET gnomedata = `@GNOME_CONFIG@ --datadir` gaimsoundsdir = $(gnomedata)/sounds/gaim gaimsounds_DATA = $(EXTRA_DIST) endif