summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-25 21:09:00 +0000
committerrubidium <rubidium@openttd.org>2008-11-25 21:09:00 +0000
commit72124862f0cdf799da0773be8d8a0dd3da0a01bc (patch)
tree8f56ace83113a8c96887be195a473b1132beb9e5 /source.list
parent3aacd0a3d5efa9001c97dbaa761c7ad90df789be (diff)
downloadopenttd-72124862f0cdf799da0773be8d8a0dd3da0a01bc.tar.xz
(svn r14631) -Add: support for Allegro as sound backend.
Diffstat (limited to 'source.list')
-rw-r--r--source.list4
1 files changed, 4 insertions, 0 deletions
diff --git a/source.list b/source.list
index facc10586..b4687fcaf 100644
--- a/source.list
+++ b/source.list
@@ -123,6 +123,7 @@ window.cpp
# Header Files
#if ALLEGRO
+ sound/allegro_s.h
video/allegro_v.h
#end
ai/ai.h
@@ -646,6 +647,9 @@ music/null_m.cpp
#end
# Sound
+#if ALLEGRO
+ sound/allegro_s.cpp
+#end
sound/null_s.cpp
#if SDL
sound/sdl_s.cpp