Mercurial > pidgin.yaz
changeset 1916:d22b58f2a51e
[gaim-migrate @ 1926]
i wonder if this gets rid of the gmake dependency
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 29 May 2001 22:09:26 +0000 |
parents | fdb2fe2a043e |
children | b1e3b9febac7 |
files | sounds/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/sounds/Makefile.am Tue May 29 20:17:04 2001 +0000 +++ b/sounds/Makefile.am Tue May 29 22:09:26 2001 +0000 @@ -9,17 +9,7 @@ clean distclean: rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h -BuddyArrive.h: BuddyArrive.au au2h - ./au2h $< $@ - -BuddyLeave.h: BuddyLeave.au au2h - ./au2h $< $@ +SUFFIXES = .au .h -Send.h: Send.au au2h +.au.h: au2h ./au2h $< $@ - -Receive.h: Receive.au au2h - ./au2h $< $@ - -RedAlert.h: RedAlert.au au2h - ./au2h $< $@