view sounds/Makefile.am @ 3311:522f37c9f9d2

[gaim-migrate @ 3329] Added typing notification and improved support for Jabber resources. (Thanks, Nathan Walp) Fixed problem with Gaim crashing on non-ASCII buddy alias (Jabber "name" attribute) chars. (Thanks, Ho-seok Lee) Plugged memory leaks and fixed problem with away status not being propagated to conference rooms for jabberd 1.4.2 and above. committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Sat, 15 Jun 2002 17:24:07 +0000
parents 1a9867e1bfd5
children b2520034b62f
line wrap: on
line source

noinst_PROGRAMS = au2h

au2h_SOURCES = au2h.c

EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au RedAlert.au

all: BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h

clean distclean:
	rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h

SUFFIXES = .au .h

BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h: au2h

.au.h: au2h
	./au2h $< $@