Mercurial > pidgin.yaz
view sounds/Makefile.am @ 1145:cd96ca1aed02
[gaim-migrate @ 1155]
actually to be quite honest toc has been blocking me so i have no way of knowing that the permit/deny stuff that i'm committing actually works. but i'm sure i'll get a bug report in about 3 hours or so if it's not.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 27 Nov 2000 13:18:11 +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 $< $@