summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-12 09:38:03 +0000
committertron <tron@openttd.org>2005-03-12 09:38:03 +0000
commitf04780e66d038b0fc9f376dcec1e77d2d94ae29b (patch)
tree340956851983446ee2f0d5ae554a95a5a94cbbca /Makefile
parent70be35f319ecf29f81332ef124475b8ed748d5e4 (diff)
downloadopenttd-f04780e66d038b0fc9f376dcec1e77d2d94ae29b.tar.xz
(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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