summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-09-08 00:23:46 +0000
committerSimon Howard2008-09-08 00:23:46 +0000
commitf26e260bbd9b31fafd7bbac1995e4538670cc214 (patch)
tree56633f42bce2c5396db4eb4778d423630eaddff7 /src/Makefile.am
parent1445d6595a19e1b46658beefe276840d01ac9c17 (diff)
downloadchocolate-doom-f26e260bbd9b31fafd7bbac1995e4538670cc214.tar.gz
chocolate-doom-f26e260bbd9b31fafd7bbac1995e4538670cc214.tar.bz2
chocolate-doom-f26e260bbd9b31fafd7bbac1995e4538670cc214.zip
Split off some of the s_sound.c code into i_sound.c and reimplement the
old low-level sound API as a thin wrapper around the module system. Decouple the low-level code from the high-level code. Subversion-branch: /branches/raven-branch Subversion-revision: 1212
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 81fbc16e..5f5f8f3e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,7 @@ i_main.c \
i_joystick.c i_joystick.h \
i_scale.c i_scale.h \
i_swap.h \
+i_sound.c i_sound.h \
i_system.c i_system.h \
i_timer.c i_timer.h \
i_video.c i_video.h \