Mercurial > pidgin.yaz
view sounds/Makefile.am @ 1851:97a097e00139
[gaim-migrate @ 1861]
hi rob! :) i really didn't change anything, i just got it to pass -Wall, and i took out msn_connect so that it could use proxy_connect instead. everything still seems to work fine, so i'm committing it :)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 16 May 2001 10:34:39 +0000 |
parents | bea407767ac1 |
children | d22b58f2a51e |
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 BuddyArrive.h: BuddyArrive.au au2h ./au2h $< $@ BuddyLeave.h: BuddyLeave.au au2h ./au2h $< $@ Send.h: Send.au au2h ./au2h $< $@ Receive.h: Receive.au au2h ./au2h $< $@ RedAlert.h: RedAlert.au au2h ./au2h $< $@