diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 12:37:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:50 +0100 |
| commit | d5ebcefcab98efdfce27dad74eb7b01270fc3d11 (patch) | |
| tree | ea59d25a51ff7fcf127ef97d4449b1f12358d563 /src/tools/wscript | |
| parent | 1d4a1048c3fb6c19ba80efe7fa326e3e6685ec20 (diff) | |
Add GUI KDM tool.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 3e228862a..eab03f8fd 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -45,7 +45,7 @@ def build(bld): obj.install_path = None if not bld.env.DISABLE_GUI: - for t in ['dcpomatic', 'dcpomatic_batch', 'dcpomatic_server']: + for t in ['dcpomatic', 'dcpomatic_batch', 'dcpomatic_server', 'dcpomatic_kdm']: obj = bld(features='cxx cxxprogram') obj.uselib = uselib if bld.env.BUILD_STATIC or bld.env.TARGET_LINUX: |
