summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 17:22:39 +0000
committertron <tron@openttd.org>2005-07-23 17:22:39 +0000
commit4a14350711dfb757d9638c13c3ca2c9e9845bdbf (patch)
tree62ce78296ec083a80ef43ac8a389189805afc849 /Makefile
parent60d2232c609c595adadb4bca90e0ad3d3de0ce17 (diff)
downloadopenttd-4a14350711dfb757d9638c13c3ca2c9e9845bdbf.tar.xz
(svn r2691) Separate dedicated video driver and fix bemidi declarations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32287178f..59e24fbfa 100644
--- a/Makefile
+++ b/Makefile
@@ -711,6 +711,7 @@ C_SOURCES += widget.c
C_SOURCES += window.c
C_SOURCES += music/null_m.c
C_SOURCES += sound/null_s.c
+C_SOURCES += video/dedicated_v.c
C_SOURCES += video/null_v.c
CXX_SOURCES =