Mercurial > pidgin
view sounds/Makefile.am @ 1273:2153b0734e74
[gaim-migrate @ 1283]
import yahoo list (mostly so that it's used by bud_list_cache_exists and doesn't get used by other protocols)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Dec 2000 13:46:10 +0000 |
parents | 3deadbe50737 |
children | bea407767ac1 |
line wrap: on
line source
noinst_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 clean distclean: rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h BuddyArrive.h: BuddyArrive.au au2h ./au2h $< $@ BuddyLeave.h: BuddyLeave.au au2h ./au2h $< $@ Send.h: Send.au au2h ./au2h $< $@ Receive.h: Receive.au au2h ./au2h $< $@