summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2019-04-20 11:28:13 (GMT)
committerGitHub <noreply@github.com>2019-04-20 11:28:13 (GMT)
commit2e64645749ff91eff2f999f03f55da360ae5913d (patch)
tree3b792807b3d1aaa2402fe95548920305803cfed6 /configure.py
parent71b96489325e5e2629464687c60f20d9905ab51c (diff)
parent1d55d05afd5949a5caa6b41ffa5539f4cbb5a575 (diff)
downloadNinja-2e64645749ff91eff2f999f03f55da360ae5913d.zip
Ninja-2e64645749ff91eff2f999f03f55da360ae5913d.tar.gz
Ninja-2e64645749ff91eff2f999f03f55da360ae5913d.tar.bz2
Merge pull request #1521 from bradking/dyndep
dyndep: dynamically discovered dependencies for Fortran and C++20 modules
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 20b389d..850bb98 100755
--- a/configure.py
+++ b/configure.py
@@ -496,6 +496,8 @@ for name in ['build',
'depfile_parser',
'deps_log',
'disk_interface',
+ 'dyndep',
+ 'dyndep_parser',
'edit_distance',
'eval_env',
'graph',
@@ -504,6 +506,7 @@ for name in ['build',
'line_printer',
'manifest_parser',
'metrics',
+ 'parser',
'state',
'string_piece_util',
'util',
@@ -563,6 +566,7 @@ for name in ['build_log_test',
'clparser_test',
'depfile_parser_test',
'deps_log_test',
+ 'dyndep_parser_test',
'disk_interface_test',
'edit_distance_test',
'graph_test',