From f04780e66d038b0fc9f376dcec1e77d2d94ae29b Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 12 Mar 2005 09:38:03 +0000 Subject: (svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch]) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1401c69d0..c8a38190a 100644 --- a/Makefile +++ b/Makefile @@ -600,6 +600,7 @@ C_SOURCES += minilzo.c C_SOURCES += misc.c C_SOURCES += misc_cmd.c C_SOURCES += misc_gui.c +C_SOURCES += mixer.c C_SOURCES += music_gui.c C_SOURCES += namegen.c C_SOURCES += network.c -- cgit v1.2.3-54-g00ecf