Mercurial > pidgin.yaz
view sounds/Makefile.am @ 10:34db9f242899
[gaim-migrate @ 19]
Fixed a small problem with au2h and added a gnome patch by
Eric Warmenhoven for GNOME Applet fixes.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 23 Mar 2000 06:47:01 +0000 |
parents | 2846a03bda67 |
children | b1d7336cba85 |
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