tBasic SDL_mixer sound support. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 97d4df56c79b91f95c61f9f6f0a85d25eb314373
parent 3d344c8bae871830bfc071916ffa3b6ed5986db3
Author: Ben Webb 
Date:   Sat,  4 May 2002 17:44:18 +0000

Basic SDL_mixer sound support.


Diffstat:
  M src/Makefile.am                     |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -20,7 +20,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
                    dopewars.c dopewars.h error.c error.h message.c message.h \
                    network.c network.h nls.h serverside.c serverside.h \
                    sound.c sound.h sound_esd.c sound_esd.h \
-                   sound_winmm.c sound_winmm.h \
+                   sound_sdl.c sound_sdl.h sound_winmm.c sound_winmm.h \
                    tstring.c tstring.h winmain.c winmain.h
 INCLUDES   = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@ @SOUND_CFLAGS@
 DEFS       = @DEFS@ -DLOCALEDIR=\"${localedir}\"