summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 24d7374..7c79e2b 100755
--- a/configure.py
+++ b/configure.py
@@ -132,7 +132,7 @@ if platform not in ('mingw'):
n.comment('Core source files all build into ninja library.')
for name in ['build', 'build_log', 'clean', 'eval_env', 'graph', 'graphviz',
'parsers', 'util', 'stat_cache',
- 'ninja_jumble']:
+ 'ninja_jumble', 'disk_interface']:
objs += cxx(name)
if platform == 'mingw':
objs += cxx('subprocess-win32')