diff 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
line wrap: on
line diff
--- a/sounds/Makefile.am	Mon Mar 27 03:16:21 2000 +0000
+++ b/sounds/Makefile.am	Mon Mar 27 03:52:12 2000 +0000
@@ -18,4 +18,7 @@
 Receive.h: au2h Receive.au                              
 	./au2h Receive.au Receive.h                  
 
-
+if GNOMEAPPLET
+gaimsoundsdir = $(datadir)/sounds/gaim
+gaimsounds_DATA = $(EXTRA_DIST)
+endif