comparison sounds/Makefile.am @ 64:b1d7336cba85

[gaim-migrate @ 74] Changed how the sounds work for the applet - it's configurable now! :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Mar 2000 03:52:12 +0000
parents 2846a03bda67
children 66c5a24b62ec
comparison
equal deleted inserted replaced
63:12894b62d206 64:b1d7336cba85
16 ./au2h Send.au Send.h 16 ./au2h Send.au Send.h
17 17
18 Receive.h: au2h Receive.au 18 Receive.h: au2h Receive.au
19 ./au2h Receive.au Receive.h 19 ./au2h Receive.au Receive.h
20 20
21 21 if GNOMEAPPLET
22 gaimsoundsdir = $(datadir)/sounds/gaim
23 gaimsounds_DATA = $(EXTRA_DIST)
24 endif