summaryrefslogtreecommitdiff
blob: d7c02d3d66d43e005b2aad6f8f73399632694a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile	Fri Sep 20 07:49:13 2002
+++ Makefile.new	Fri Sep 20 07:49:00 2002
@@ -36,11 +36,11 @@
 # Uncomment this if you have an OSS soundcard driver and want classical
 # Infocom sound support.  Currently this works only for Linux.
 #
-#SOUND_DEFS = -DOSS_SOUND
+SOUND_DEFS = -DOSS_SOUND
 
 # Also uncomment this if you want sound through the OSS driver.
 #
-#SOUND_LIB = -lossaudio
+SOUND_LIB = 
 
 # This should point to the location of your curses.h or ncurses.h include
 # file if your compiler doesn't know about it.