Mercurial > pidgin.yaz
view sounds/Makefile.am @ 243:3414ff74cb0f
[gaim-migrate @ 253]
Sat May 20 09:56:16 UTC 2000 EWarmenhoven
- That 2 second delay in updates is gone, and I think it's actually
faster than the TOC code now.
- I figured out why it was segfaulting. I'm stupid sometimes.
- I figured out why the idle times were appearing bizarrely. Once
again, I'm stupid sometimes.
- You can now be idle
- You can now get a user's info (sort of - use the debug window) (still
no away messages though....)
- You can now be away
- You can now set your info (but not your dir info - yet)
- I think it's almost at a point where it's ready for use.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 20 May 2000 10:03:16 +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