summaryrefslogtreecommitdiff
path: root/pcsound/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2007-03-09 23:30:46 +0000
committerSimon Howard2007-03-09 23:30:46 +0000
commiteba59fdf4448693b73b19ba12a11bff265d4ddfc (patch)
tree9493a99eb5dfa7cdfe4c31c3fa6d99ae1b91c887 /pcsound/Makefile.am
parent1eeceb39814a1a0b13cab79a675e81a27477c9e8 (diff)
downloadchocolate-doom-eba59fdf4448693b73b19ba12a11bff265d4ddfc.tar.gz
chocolate-doom-eba59fdf4448693b73b19ba12a11bff265d4ddfc.tar.bz2
chocolate-doom-eba59fdf4448693b73b19ba12a11bff265d4ddfc.zip
Add pcsound Linux driver.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 851
Diffstat (limited to 'pcsound/Makefile.am')
-rw-r--r--pcsound/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcsound/Makefile.am b/pcsound/Makefile.am
index 77957d72..b51268df 100644
--- a/pcsound/Makefile.am
+++ b/pcsound/Makefile.am
@@ -6,5 +6,6 @@ noinst_LIBRARIES=libpcsound.a
libpcsound_a_SOURCES = \
pcsound.c pcsound.h \
pcsound_sdl.c \
+ pcsound_linux.c \
pcsound_win32.c