Mercurial > pidgin.yaz
annotate sounds/Makefile.am @ 35:c8854c4b66cc
[gaim-migrate @ 44]
Fixed a funky EOF bug :)
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sat, 25 Mar 2000 05:38:45 +0000 |
parents | 2846a03bda67 |
children | b1d7336cba85 |
rev | line source |
---|---|
1 | 1 bin_PROGRAMS = au2h |
2 | |
3 au2h_SOURCES = au2h.c | |
4 | |
5 EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au | |
6 | |
7 all: BuddyArrive.h BuddyLeave.h Send.h Receive.h | |
8 | |
9 BuddyArrive.h: au2h BuddyArrive.au | |
10 ./au2h BuddyArrive.au BuddyArrive.h | |
11 | |
12 BuddyLeave.h: au2h BuddyLeave.au | |
13 ./au2h BuddyLeave.au BuddyLeave.h | |
14 | |
15 Send.h: au2h Send.au | |
16 ./au2h Send.au Send.h | |
17 | |
18 Receive.h: au2h Receive.au | |
19 ./au2h Receive.au Receive.h | |
20 | |
21 |